From b135af43c136dc2ec79da61be9b234ce00c96775 Mon Sep 17 00:00:00 2001 From: valmat Date: Tue, 1 Apr 2014 01:04:52 +0600 Subject: Fix: run tests without compile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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}" -- cgit v1.2.3