aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.local')
-rw-r--r--test/Makefile.local7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index 1cb24027..cf7abc74 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -2,6 +2,11 @@
dir := test
+$(dir)/smtp-dummy: $(dir)/smtp-dummy.c
+ $(call quiet,CC) $^ -o $@
+
.PHONY: test
-test: all
+test: all $(dir)/smtp-dummy
@${dir}/notmuch-test $(OPTIONS)
+
+CLEAN := $(CLEAN) $(dir)/smtp-dummy