X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FMakefile.local;h=cf7abc74a400e3b931af7eee43b09fc13b63a57c;hp=1cb2402761a46acbd35557a78888b89c995f13bf;hb=102c57c825d22c8f4741332f1e02e08f66f6cd2f;hpb=f30200a4296f972474f9254dc3cba89570cd7bc0 diff --git a/test/Makefile.local b/test/Makefile.local index 1cb24027..cf7abc74 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -2,6 +2,11 @@ dir := test +$(dir)/smtp-dummy: $(dir)/smtp-dummy.c + $(call quiet,CC) $^ -o $@ + .PHONY: test -test: all +test: all $(dir)/smtp-dummy @${dir}/notmuch-test $(OPTIONS) + +CLEAN := $(CLEAN) $(dir)/smtp-dummy