mirror of
https://github.com/yarrick/iodine.git
synced 2025-03-22 06:12:25 +00:00
tests depend on the check unit test library, and should therefor not be run every time!
This commit is contained in:
parent
13a17af72d
commit
13550e93c4
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -1,7 +1,6 @@
|
|||
|
||||
all:
|
||||
@(cd src; make all)
|
||||
@(cd tests; make all)
|
||||
|
||||
test: all
|
||||
(cd tests; make all)
|
||||
|
|
Loading…
Add table
Reference in a new issue