aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0c9a85..5920ee3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ slack: slack.o
slack.o: slack.c arg.h
$(CC) -c -o $@ slack.c $(CFLAGS) $(CPPFLAGS)
-check:
+check: slack
test $$(./slack 1ms ./slack get) = 1ms
test $$(./slack 1ms ./slack GET) = 1000000
test $$(./slack 1 ./slack reset ./slack GET) = $$(./slack GET)