diff options
| author | jvoisin | 2020-12-28 18:40:42 +0100 |
|---|---|---|
| committer | jvoisin | 2020-12-28 18:40:42 +0100 |
| commit | 471073aa352ee4b9843ed93191d795f7cb57a08a (patch) | |
| tree | 71c7e61aefea746c503b6d7d383e98cafd116d6d /Makefile | |
| parent | f549ae50d3c47fb8a59aa8efb974ac5908591427 (diff) | |
Document the `tests` target
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -18,7 +18,7 @@ compile_debug: ## compile a debug build | |||
| 18 | export CFLAGS="-g3 -ggdb -O1 -g"; cd src; ./configure --enable-snuffleupagus --enable-debug | 18 | export CFLAGS="-g3 -ggdb -O1 -g"; cd src; ./configure --enable-snuffleupagus --enable-debug |
| 19 | make -C src | 19 | make -C src |
| 20 | 20 | ||
| 21 | tests: release | 21 | tests: release ## compile a release build and run the testsuite |
| 22 | TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test | 22 | TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test |
| 23 | 23 | ||
| 24 | coverage: ## compile snuffleugpaus, and run the testsuite with coverage | 24 | coverage: ## compile snuffleugpaus, and run the testsuite with coverage |
