From: Stig Bakken Date: Fri, 16 Aug 2002 00:36:05 +0000 (+0000) Subject: * allow using the TESTS make variable again to determine which tests are run X-Git-Tag: php-4.3.0dev_zend2_alpha3~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=197c300860d10cfc6da2284790b291c4363e55f7;p=php * allow using the TESTS make variable again to determine which tests are run --- diff --git a/Makefile.global b/Makefile.global index 7a1ec5a411..6541da6fe8 100644 --- a/Makefile.global +++ b/Makefile.global @@ -59,7 +59,7 @@ install-su: install-pear install-tester test: sapi/cli/php @TEST_PHP_EXECUTABLE=$(top_builddir)/sapi/cli/php \ - $(top_builddir)/sapi/cli/php -c php.ini-dist $(top_srcdir)/run-tests.php + $(top_builddir)/sapi/cli/php -c 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