From 471073aa352ee4b9843ed93191d795f7cb57a08a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 28 Dec 2020 18:40:42 +0100 Subject: Document the `tests` target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 695bfc0..b8236fb 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.3