summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-03-11 15:16:11 +0000
committerStig Bakken <ssb@php.net>2002-03-11 15:16:11 +0000
commitb34300b070eef8c1dc2613a5604406a6a0cbc6c6 (patch)
tree21dc281436a3db6b647f3a53ed5563f34c188e33 /Makefile.global
parent32d3a0afd7fe8175526149e0075545ee64c3aa3a (diff)
downloadphp-git-b34300b070eef8c1dc2613a5604406a6a0cbc6c6.tar.gz
* make "make test TESTS=..." work again
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.global b/Makefile.global
index 2e71806ce8..d5a3c4a3df 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -1,4 +1,4 @@
-
+TESTS = $(top_srcdir)
mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
INSTALL = $(top_srcdir)/build/shtool install -c
INSTALL_DATA = $(INSTALL) -m 644
@@ -55,8 +55,7 @@ install-su: install-pear install-tester
test: sapi/cli/php
TOP_BUILDDIR=$(top_builddir) TOP_SRCDIR=$(top_srcdir) \
- $(top_builddir)/sapi/cli/php -c $(top_srcdir)/php.ini-dist $(top_srcdir)/run-tests.php \
- $(top_srcdir)
+ $(top_builddir)/sapi/cli/php -c $(top_srcdir)/php.ini-dist $(top_srcdir)/run-tests.php $(TESTS)
clean:
find . -name \*.lo -o -name \*.o -o -name \*.la -o -name \*.a| xargs rm -f