summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c0d65c2..db5878e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ compile_debug: ## compile a debug build
19 make -C src 19 make -C src
20 20
21debug: compile_debug ## compile and run a debug build 21debug: compile_debug ## compile and run a debug build
22 sed -i "s/\$$ext_params -d display_errors=0 -r/-d display_errors=0 -r/" src/run-tests.php
22 TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test 23 TEST_PHP_ARGS='-q' REPORT_EXIT_STATUS=1 make -C src test
23 24
24coverage: ## compile snuffleugpaus, and run the testsuite with coverage 25coverage: ## compile snuffleugpaus, and run the testsuite with coverage