mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-23 00:29:20 +02:00
add check.sf.net note in test target
This commit is contained in:
parent
8e2465252d
commit
829e236cba
2
Makefile
2
Makefile
|
@ -33,6 +33,8 @@ uninstall:
|
||||||
$(RM) $(RM_FLAGS) $(DESTDIR)$(mandir)/man8/iodine.8
|
$(RM) $(RM_FLAGS) $(DESTDIR)$(mandir)/man8/iodine.8
|
||||||
|
|
||||||
test: all
|
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)
|
@(cd tests; make all)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue