record test command in makefile

This commit is contained in:
Thomas Levine 2016-04-04 21:07:29 +00:00
parent 00c99773d0
commit 552d7d0dbc

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
.PHONY: test install
test:
./urchin tests
./urchin -s sh ./cross-os-tests
install:
cp ./urchin /usr/bin