tests depend on the check unit test library, and should therefor not be run every time!

This commit is contained in:
Bjorn Andersson 2006-12-16 00:18:11 +00:00
parent 13a17af72d
commit 13550e93c4

View File

@ -1,7 +1,6 @@
all:
@(cd src; make all)
@(cd tests; make all)
test: all
(cd tests; make all)