Skip to content

Commit

Permalink
Document the tests target
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Dec 28, 2020
1 parent f549ae5 commit 471073a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ compile_debug: ## compile a debug build
export CFLAGS="-g3 -ggdb -O1 -g"; cd src; ./configure --enable-snuffleupagus --enable-debug
make -C src

tests: release
tests: release ## compile a release build and run the testsuite
TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test

coverage: ## compile snuffleugpaus, and run the testsuite with coverage
Expand Down

0 comments on commit 471073a

Please sign in to comment.