From: Antony Dovgal Date: Mon, 26 Feb 2007 14:51:44 +0000 (+0000) Subject: MFH: remind about 'make test' X-Git-Tag: php-5.2.2RC1~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7e434969a5a67443e54bb2f73418d80faa4fbaf;p=php MFH: remind about 'make test' --- diff --git a/Makefile.global b/Makefile.global index ec86927081..e5b3429999 100644 --- a/Makefile.global +++ b/Makefile.global @@ -8,6 +8,7 @@ COMMON_FLAGS = $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(PHP_FRAMEWORK all: $(all_targets) @echo @echo "Build complete." + @echo "Don't forget to run 'make test'." @echo "(It is safe to ignore warnings about tempnam and tmpnam)." @echo