]> git.notmuchmail.org Git - notmuch/blobdiff - test/Makefile.local
test: add test-binaries target
[notmuch] / test / Makefile.local
index 646779e19fb7af0ba195d3bf601723d9ffbbc3bb..bffbbdbdc0e2aa797b8895baef4049fab9a59003 100644 (file)
@@ -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