X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FMakefile.local;h=bffbbdbdc0e2aa797b8895baef4049fab9a59003;hb=7bf1f6e85a1af283c62fcf5f305b762e20706a42;hp=646779e19fb7af0ba195d3bf601723d9ffbbc3bb;hpb=50b0d0b8ade8aca7dd8434f638555c634b00ebe4;p=obsolete%2Fnotmuch-old 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