summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-18 21:54:34 +0600
committervalmat <ufabiz@gmail.com>2014-03-18 21:54:34 +0600
commite526e3baba901960d07bfc7759610711a6ab5ced (patch)
tree24f34f8b71655e7325db114366b26bfe63171902 /Makefile
parente8334afd7f2920b706a3d28250a3e2b6dbd49538 (diff)
Some improvements unit test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2452294..9ecb526 100644
--- a/Makefile
+++ b/Makefile
@@ -91,9 +91,6 @@ COMPILER_FLAGS = -Wall -c -I. -I${PHP_DIR} -I${PHP_DIR}/main -I${PHP_DIR}/ext
# Just like the compiler, the linker can have flags too. The default flag
# is probably the only one you need.
#
-# Are you compiling on OSX? You may have to append the option "-undefined dynamic_lookup"
-# to the linker flags
-#
LINKER_FLAGS = -shared `php-config --ldflags`
@@ -157,5 +154,5 @@ install:
${CP} include/*.h ${INSTALL_HEADERS}/phpcpp
${CP} ${RESULT} ${INSTALL_LIB}
test:
- cd tests && ./test.sh ${PHP_BIN}
+ cd tests && ./test.sh -p ${PHP_BIN}