]> granicus.if.org Git - php/commitdiff
make test: '-c' flag doesn't work like this expects (it takes a
authorjim winstead <jimw@php.net>
Mon, 18 Mar 2002 03:51:40 +0000 (03:51 +0000)
committerjim winstead <jimw@php.net>
Mon, 18 Mar 2002 03:51:40 +0000 (03:51 +0000)
directory, not a file), and this isn't necessary.

Makefile.global

index d5a3c4a3df2f3e069a7e8821803fff12a0d189a5..2989987e53dac9b513064b4898b53d9bcd6698d2 100644 (file)
@@ -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