Replies: 1 comment
-
I usually use 'make test' to run all tests from cmake. For one dir you can either use the local regression script or use -R with ctest to filter. I've never seen that particular message. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running make test and some tests fail I get:
When should these options "--rerun-failed --output-on-failure" be used? I guess it's for "ctest" such as "ctest --rerun-failed --output-on-failure", correct?
Other questions, is there a way to launch the test for a specific tool such as "ppl" or a specific test?
Beta Was this translation helpful? Give feedback.
All reactions