aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2754488..9a2aefc 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,14 @@ all: ckati ckati_tests
include Makefile.kati
include Makefile.ckati
-test: all ckati_tests
- ruby runtest.rb -c -n
+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)
+
clean: ckati_clean