From: Antony Dovgal Date: Mon, 26 Feb 2007 14:51:26 +0000 (+0000) Subject: remind about 'make test' X-Git-Tag: RELEASE_1_0_1~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8068b1632d9741b45a77620ef4252a1636da35a6;p=php remind about 'make test' --- diff --git a/Makefile.global b/Makefile.global index a9a9a53d79..31e6929c8a 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