Skip to content

Comments

Update multi-module support and add tests#114

Merged
worksofliam merged 4 commits intomainfrom
feature/cs_srvpgm
May 9, 2025
Merged

Update multi-module support and add tests#114
worksofliam merged 4 commits intomainfrom
feature/cs_srvpgm

Conversation

@worksofliam
Copy link
Member

Enhance multi-module program support by updating the builder and adding necessary headers to the new module. Introduce new test cases and streamline file naming conventions for clarity.

Signed-off-by: worksofliam <mrliamallan@live.co.uk>
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
@worksofliam worksofliam marked this pull request as ready for review May 9, 2025 15:44
@worksofliam worksofliam merged commit bb99f6f into main May 9, 2025
3 of 4 checks passed
@worksofliam worksofliam deleted the feature/cs_srvpgm branch May 9, 2025 17:48
expect(files[`Rules.mk`]).toBeDefined();
expect(files[`Rules.mk`]).toBe(`SUBDIRS = qddssrc qrpglesrc qtestsrc`);

expect(files[`qtestsrc/Rules.mk`]).toBe(`EMPTEST.MODULE: emptest.test.sqlrpgle qrpgleref/empdet.rpgleinc EMPLOYEE.FILE DEPARTMENT.FILE EMPDET.MODULE`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does it mean for a MODULE to be dependent on a different MODULE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants