add check.sf.net note in test target

This commit is contained in:
Erik Ekman 2007-07-11 21:31:49 +00:00 committed by Erik Ekman
parent 8e2465252d
commit 829e236cba

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: