]> git.notmuchmail.org Git - notmuch/blob - test/Makefile.local
test: Add test that emacs interface actually sends mail.
[notmuch] / test / Makefile.local
1 # -*- makefile -*-
2
3 dir := test
4
5 $(dir)/smtp-dummy: $(dir)/smtp-dummy.c
6         $(call quiet,CC) $^ -o $@
7
8 .PHONY: test
9 test:   all $(dir)/smtp-dummy
10         @${dir}/notmuch-test $(OPTIONS)
11
12 CLEAN := $(CLEAN) $(dir)/smtp-dummy