Skip to content

Is there a easy way to (re)build a single test? #1581

Answered by abarret
amneetb asked this question in Q&A
Discussion options

You must be logged in to vote

If you are using the CMake build system, then you just need the target for the specific test. Directories have a specific target, e.g. make tests-<folder name>. To build a single test, you can do make tests-<folder name>_<test name> (for example tests/adv_diff/adv_diff_02_3d), you can do make tests-adv_diff_adv_diff_02_3d

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amneetb
Comment options

amneetb Apr 14, 2023
Maintainer Author

Answer selected by drwells
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants