X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FMakefile.local;h=7b602bcf88fadfb35fdc50377f62c7a90f513d59;hp=cf7abc74a400e3b931af7eee43b09fc13b63a57c;hb=1fe7483d8d03fd981fd09e5770efbea5b9304da9;hpb=fd16b37dc1b59dac765d459459ce00907506d559 diff --git a/test/Makefile.local b/test/Makefile.local index cf7abc74..7b602bcf 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -5,8 +5,10 @@ dir := test $(dir)/smtp-dummy: $(dir)/smtp-dummy.c $(call quiet,CC) $^ -o $@ -.PHONY: test +.PHONY: test check test: all $(dir)/smtp-dummy @${dir}/notmuch-test $(OPTIONS) +check: test + CLEAN := $(CLEAN) $(dir)/smtp-dummy