Skip to content

Commit 7d50322

Browse files
authored
add note about exitting on failures for autotools
1 parent 8f1c42f commit 7d50322

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

TESTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ make check
2727
```
2828
This will compile any code not already compiled and then proceed to run the test scripts.
2929

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+
3037
### Debugging Output and Test Options for Autotools
3138

3239
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

Comments
 (0)