summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Fuhrmannek2022-01-05 20:17:09 +0100
committerBen Fuhrmannek2022-01-05 20:17:09 +0100
commitacb737ef367f61ee0c0d219ea7272abb56e68e34 (patch)
tree16d65f32cdf87f6a20d64ff68e0d711f38a29e48 /Makefile
parent15c0a1906f2348408bda41fa422afc6389b8cf85 (diff)
skip old php check for testing
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8236fb..78aefe2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ compile_debug: ## compile a debug build
19 make -C src 19 make -C src
20 20
21tests: release ## compile a release build and run the testsuite 21tests: 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 SP_SKIP_OLD_PHP_CHECK=1 make -C src test
23 23
24coverage: ## compile snuffleugpaus, and run the testsuite with coverage 24coverage: ## compile snuffleugpaus, and run the testsuite with coverage
25 cd src; phpize 25 cd src; phpize