aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 269204d..4bb83ab 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,10 @@
-.PHONY: test
+.PHONY: test clean
test:
ct_run -pa -dir . -config database.conf
+
+clean:
+ rm -rf *.html
+ rm -rf *.css
+ rm -rf ct_run.ct*
+ rm -rf variables-ct*