From 8068b1632d9741b45a77620ef4252a1636da35a6 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 26 Feb 2007 14:51:26 +0000 Subject: [PATCH] remind about 'make test' --- Makefile.global | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1