add check.sf.net note in test target

This commit is contained in:
Erik Ekman 2007-07-11 21:31:49 +00:00
parent 83f2e56426
commit a4684f5ebf

View File

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