Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

During test discovery, exclude tests that are not available #12

Closed
brobeson opened this issue Sep 3, 2022 · 0 comments
Closed

During test discovery, exclude tests that are not available #12

brobeson opened this issue Sep 3, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@brobeson
Copy link
Owner

brobeson commented Sep 3, 2022

Some tests are not available until the user builds them. This happens, for example, with Catch2's catch_discover_tests() command. In these cases, the test name returned by CTest is foo_NOT_BUILT_<hash>. I can detect these cases and exclude them from discovery.

@brobeson brobeson added the enhancement New feature or request label Sep 3, 2022
@brobeson brobeson added this to the Version 1.0 milestone Sep 3, 2022
@brobeson brobeson self-assigned this Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant