Add `test` make target

This commit is contained in:
Tony Garnock-Jones 2018-04-29 16:08:20 +01:00
parent 5b435ee8d8
commit 8ba3779eda
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ link:
unlink:
raco pkg remove $(PACKAGENAME)
test: setup
raco test -p $(PACKAGENAME)