mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-13 22:00:56 +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:
|
all:
|
||||||
@(cd src; make all)
|
@(cd src; make all)
|
||||||
@(cd tests; make all)
|
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
(cd tests; make all)
|
(cd tests; make all)
|
||||||
|
|
Loading…
Add table
Reference in a new issue