From 2c86787c663e2877777af61128c24230b1d04e03 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 26 Jan 2015 10:20:47 +0100 Subject: removed the advise to run "make test" from the Makefile, because tests are not working, and they confuse people all the time, and the same bugs are reported all the time --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 9000d6d..b5a5277 100644 --- a/Makefile +++ b/Makefile @@ -169,12 +169,10 @@ all: phpcpp phpcpp: ${PHP_SHARED_LIBRARY} ${PHP_STATIC_LIBRARY} @echo @echo "Build complete." - @echo "Don't forget to run 'make test'." hhvmcpp: ${HHVM_SHARED_LIBRARY} ${PHP_STATIC_LIBRARY} @echo @echo "Build complete." - @echo "Don't forget to run 'make test'." ${PHP_SHARED_LIBRARY}: shared_directories ${COMMON_SHARED_OBJECTS} ${PHP_SHARED_OBJECTS} ${LINKER} ${PHP_LINKER_FLAGS} -o $@ ${COMMON_SHARED_OBJECTS} ${PHP_SHARED_OBJECTS} -- cgit v1.2.3