From: jim winstead Date: Mon, 18 Mar 2002 03:51:40 +0000 (+0000) Subject: make test: '-c' flag doesn't work like this expects (it takes a X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c91474615c92a2d513824e21e8cd002116a8c15f;p=php make test: '-c' flag doesn't work like this expects (it takes a directory, not a file), and this isn't necessary. --- diff --git a/Makefile.global b/Makefile.global index d5a3c4a3df..2989987e53 100644 --- a/Makefile.global +++ b/Makefile.global @@ -55,7 +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 $(TESTS) + $(top_builddir)/sapi/cli/php $(top_srcdir)/run-tests.php $(TESTS) clean: find . -name \*.lo -o -name \*.o -o -name \*.la -o -name \*.a| xargs rm -f