diff options
author | Antony Dovgal <tony2001@php.net> | 2007-02-26 14:51:44 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-02-26 14:51:44 +0000 |
commit | f7e434969a5a67443e54bb2f73418d80faa4fbaf (patch) | |
tree | 0c42145929f3d3def73dafb239eee491846b8a24 /Makefile.global | |
parent | e07b611b101827f14af59426815333df4aed4d0e (diff) | |
download | php-git-f7e434969a5a67443e54bb2f73418d80faa4fbaf.tar.gz |
MFH: remind about 'make test'
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 1 |
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 |