add test targets to Makefile

This commit is contained in:
Tomas Kral
2016-08-11 11:00:07 +02:00
parent 3dd7689364
commit 6099428364
3 changed files with 34 additions and 0 deletions
+6
View File
@@ -22,3 +22,9 @@ binary-cross:
clean:
./script/make.sh clean
test-unit:
./script/make.sh test-unit
test-cmd:
./script/make.sh test-cmd