X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FMakefile.local;h=7b602bcf88fadfb35fdc50377f62c7a90f513d59;hb=3cac5f8acb3bf98636a81e44c620fd550843ed53;hp=a95484417761eefb93c78d63c2912007729722cb;hpb=e6ba2c63c9ba3d8999bd2f1c5eac3c5bf7c14167;p=notmuch diff --git a/test/Makefile.local b/test/Makefile.local index a9548441..7b602bcf 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -2,6 +2,13 @@ dir := test -.PHONY: test -test: all - @${dir}/notmuch-test +$(dir)/smtp-dummy: $(dir)/smtp-dummy.c + $(call quiet,CC) $^ -o $@ + +.PHONY: test check +test: all $(dir)/smtp-dummy + @${dir}/notmuch-test $(OPTIONS) + +check: test + +CLEAN := $(CLEAN) $(dir)/smtp-dummy