summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-04-01 01:04:52 +0600
committervalmat <ufabiz@gmail.com>2014-04-01 01:04:52 +0600
commitb135af43c136dc2ec79da61be9b234ce00c96775 (patch)
tree89711ef4473261aaf85acf8df071727b68c54b85 /Makefile
parent2e59a2955c79420cfd6de6c998cb94a1634fd5a4 (diff)
Fix: run tests without compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 497beb8..ce4c59e 100644
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@ install:
${CONFIG_UTILITY} > ${INSTALL_HEADERS}/phpcpp/config.h
test:
- mkdir -p ./tests/cpp/zts/phpcpp
- ${CONFIG_UTILITY} > ./tests/cpp/zts/phpcpp/config.h
+ mkdir -p ./tests/include/zts/phpcpp
+ ${CONFIG_UTILITY} > ./tests/include/zts/phpcpp/config.h
cd tests && ./test.sh -p "${PHP_BIN}"