summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-02-26 14:51:44 +0000
committerAntony Dovgal <tony2001@php.net>2007-02-26 14:51:44 +0000
commitf7e434969a5a67443e54bb2f73418d80faa4fbaf (patch)
tree0c42145929f3d3def73dafb239eee491846b8a24 /Makefile.global
parente07b611b101827f14af59426815333df4aed4d0e (diff)
downloadphp-git-f7e434969a5a67443e54bb2f73418d80faa4fbaf.tar.gz
MFH: remind about 'make test'
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global1
1 files changed, 1 insertions, 0 deletions
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