From c5f0aeea22dbd9bbf4bb281322f00ff784dcf25d Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 3 Mar 2020 19:15:09 +0100 Subject: [PATCH] Add target for test --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74417a2..809d4c6 100644 --- a/Makefile +++ b/Makefile @@ -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