mirror of
https://github.com/yarrick/iodine.git
synced 2025-02-16 21:03:32 +02:00
added test taget to run tests from src root
This commit is contained in:
parent
0f0c81e2cc
commit
93085e0959
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -3,6 +3,9 @@ all:
|
||||||
@(cd src; make all)
|
@(cd src; make all)
|
||||||
@(cd tests; make all)
|
@(cd tests; make all)
|
||||||
|
|
||||||
|
test: all
|
||||||
|
(cd tests; make all)
|
||||||
|
|
||||||
stateos:
|
stateos:
|
||||||
@echo OS is $(OS)
|
@echo OS is $(OS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue