summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4915d6e..58231b0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,10 @@ CC=gcc
test : main
cgreen-runner -c main
+ci : main
+ mkdir -p junit
+ cgreen-runner -c --xml=junit/ main
+
run : main
./main