mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 21:33:33 +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 tests; make all)
|
||||
|
||||
test: all
|
||||
(cd tests; make all)
|
||||
|
||||
stateos:
|
||||
@echo OS is $(OS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue