aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ff77c4..d24c3a1 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,15 @@ $(INO_OBJ): inotify_c.c
test: test.icl $(wildcard *.*cl) $(INO_OBJ)
$(CPM) project $@.prj build
+test_reload: test_reload.icl $(wildcard *.*cl) $(INO_OBJ)
+ $(CPM) project $@.prj build
+
run_test: test
./test
+run_test_reload: test_reload
+ while :; do ./test_reload; done
+
clean:
rm -rfv Clean\ System\ Files