Browse Source

- Drop dependency on fixed php.ini

migration/unlabaled-1.29.2
Derick Rethans 24 years ago
parent
commit
0e15cf7ac9
  1. 2
      Makefile.global

2
Makefile.global

@ -48,7 +48,7 @@ install-su: install-pear install-tester
test: $(SAPI_CLI_PATH)
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
$(top_builddir)/$(SAPI_CLI_PATH) -c php.ini-dist $(top_srcdir)/run-tests.php $(TESTS)
$(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS)
clean:
find . -name \*.lo -o -name \*.o | xargs rm -f

Loading…
Cancel
Save