mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 21:33:33 +02:00
add check.sf.net note in test target
This commit is contained in:
parent
8e2465252d
commit
829e236cba
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue