remind about 'make test'

This commit is contained in:
Antony Dovgal 2007-02-26 14:51:26 +00:00
parent 67dda0e7d6
commit 8068b1632d

View File

@ -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