aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.local4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index cf7abc74..7b602bcf 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -5,8 +5,10 @@ dir := test
$(dir)/smtp-dummy: $(dir)/smtp-dummy.c
$(call quiet,CC) $^ -o $@
-.PHONY: test
+.PHONY: test check
test: all $(dir)/smtp-dummy
@${dir}/notmuch-test $(OPTIONS)
+check: test
+
CLEAN := $(CLEAN) $(dir)/smtp-dummy