Add target for test

This commit is contained in:
Glenn Y. Rolland 2020-03-03 19:15:09 +01:00
parent 418330c4df
commit c5f0aeea22

View file

@ -19,7 +19,11 @@ install:
install -m 0755 -o root -g root \
$(BUILDDIR)/pushokku \
$(DESTDIR)/bin/pushokku
test:
spec:
crystal spec
test: spec
run:
crystal run src/pushokku.cr