aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.local')
-rw-r--r--test/Makefile.local5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index 646779e1..bffbbdbd 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -15,7 +15,10 @@ $(dir)/symbol-test: $(dir)/symbol-test.o
$(call quiet,CC) $^ -o $@ -Llib -lnotmuch -lxapian
.PHONY: test check
-test: all $(dir)/smtp-dummy $(dir)/symbol-test
+
+test-binaries: $(dir)/smtp-dummy $(dir)/symbol-test
+
+test: all test-binaries
@${dir}/notmuch-test $(OPTIONS)
check: test