Skip to content

CCPP code generator needs to parse all available suites if SUITES argument is not present #293

Description

@climbfuji

This currently applies to ccpp_prebuild.py only, but logic needs to be put in place for cap_gen.py in the future as well.

EMC has requested that the CCPP code generator compiles all available suites into the executable if the --suites=abc,xyz argument is not specified when calling ccpp_prebuild.py. In the case of ccpp_prebuild.py, this can easily be done, because the CCPP prebuild config contains the location of all suites (SUITES_DIR).

For cap_gen.py, we could implement logic to either list individual suites or a directory containing a number of suites, which would then get compiled into the executable.

Will be fixed by #292 for ccpp_prebuild.py.

Metadata

Metadata

Assignees

Labels

capgenbugs, requests, etc. that involve ccpp_capgencapgen-unificationIssues/PRs necessary for capgen/prebuild unificationccpp_prebuildbugs, requests, etc. that involve ccpp_prebuildenhancement

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions