Setup testing
[tt.git] / Makefile
index bced2e6..c2d3dd1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@
 install:
        raco pkg install
 
+.PHONY: test
+test:
+       raco test ./tt.rkt
+
 .PHONY: remove
 remove:
        raco pkg remove tt
This page took 0.038372 seconds and 4 git commands to generate.