aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 9a2aefc..15d8c1e 100644
--- a/Makefile
+++ b/Makefile
@@ -17,14 +17,8 @@ all: ckati ckati_tests
include Makefile.kati
include Makefile.ckati
-test: run_tests
-
-test_quietly: run_tests
-test_quietly: RUN_TESTS_QUIETLY := -q
-
-run_tests: all ckati_tests
- ruby runtest.rb -c -n $(RUN_TESTS_QUIETLY)
-
+test: all ckati_tests
+ go test --ckati --ninja
clean: ckati_clean