aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-05-21 10:48:26 +0200
committerCamil Staps2016-05-21 10:48:26 +0200
commitf2edfd5037e6dd4fa10e00b64cbd62f6cc50daa1 (patch)
treeb99defa2382d269cd502bafaa3c05dd265e01a7e /Makefile
parent80 chars (diff)
Also pass event->name through; inotify_loop_forever
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