We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1c42f commit 7d50322Copy full SHA for 7d50322
TESTING.md
@@ -27,6 +27,13 @@ make check
27
```
28
This will compile any code not already compiled and then proceed to run the test scripts.
29
30
+If a test fails, `make check` will stop running the rest of the unit tests once it is done with the current subdirectory.
31
+
32
+To instead run all of the tests regardless of failures, the `-k` option can be given:
33
+```
34
+make check -k
35
36
37
### Debugging Output and Test Options for Autotools
38
39
Setting the environment variable TEST_VERBOSE will direct output to stdout as the test runs, while setting VERBOSE will only output on failure.
0 commit comments