Skip to content

Commit

Permalink
* allow using the TESTS make variable again to determine which tests …
Browse files Browse the repository at this point in the history
…are run
  • Loading branch information
stigsb committed Aug 16, 2002
1 parent 412e1d9 commit 197c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.global
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 197c300

Please sign in to comment.