From a4684f5ebf349f78b16747890c0e517f46285b8f Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Wed, 11 Jul 2007 21:31:49 +0000 Subject: [PATCH] add check.sf.net note in test target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1db410c..f78a8f4 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,8 @@ uninstall: $(RM) $(RM_FLAGS) $(DESTDIR)$(mandir)/man8/iodine.8 test: all + @echo "!! The check library is required for compiling and running the tests" + @echo "!! Get it at http://check.sf.net" @(cd tests; make all) clean: