From aec191bc6cbb83884466800a750ecad0b37e254f Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Thu, 5 Nov 2015 10:25:57 +0100 Subject: remove test framework, it never works, most of the bugs found by the test framework turn out to be caused by errors in the tests instead of errors in the real code, people complain about it all the time, and basically this whole test framework causes more problems than it solves, solves issue #215 and solves issue #221 --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2ce889..d3d0596 100644 --- a/Makefile +++ b/Makefile @@ -20,18 +20,6 @@ PHP_CONFIG = php-config -# -# PHP binary file -# -# The path to the executable PHP binary file. -# Need to run tests. -# You can see the command "whereis -b php" -# Usually /usr/bin/php -# - -PHP_BIN = $(shell ${PHP_CONFIG} --php-binary) - - # # Installation directory # @@ -230,7 +218,3 @@ install: sudo ldconfig; \ fi -test: - mkdir -p tests/include/zts/phpcpp - cd tests && ./test.sh -p "${PHP_BIN}" - -- cgit v1.2.3