]> granicus.if.org Git - php/commitdiff
- Synch utest with test
authorMarcus Boerger <helly@php.net>
Tue, 20 Sep 2005 09:21:11 +0000 (09:21 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 20 Sep 2005 09:21:11 +0000 (09:21 +0000)
Makefile.global

index 82fad4613aa919d6a8c0d1b46b399727d7025fa0..d7ec4b6302ca56de662501e50302393b6cf8e812 100644 (file)
@@ -60,12 +60,12 @@ test: all
                echo "ERROR: Cannot run tests without CLI sapi."; \
        fi
 
-utest: 
+utest: all
        -@if test -x $(SAPI_CLI_PATH) && test ! -z $(SAPI_CLI_PATH); then \
                TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
                TEST_PHP_SRCDIR=$(top_srcdir) \
                CC="$(CC)" \
-                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' $(top_srcdir)/run-tests.php -d 'unicode_semantics=on' -d 'unicode.output_encoding=utf-8' $(TESTS); \
+                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1' $(top_srcdir)/run-tests.php -d 'unicode_semantics=on' -d 'unicode.output_encoding=utf-8' $(TESTS); \
        else \
                echo "ERROR: Cannot run tests without CLI sapi."; \
        fi