aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile.local
blob: cf7abc74a400e3b931af7eee43b09fc13b63a57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- makefile -*-

dir := test

$(dir)/smtp-dummy: $(dir)/smtp-dummy.c
	$(call quiet,CC) $^ -o $@

.PHONY: test
test:	all $(dir)/smtp-dummy
	@${dir}/notmuch-test $(OPTIONS)

CLEAN := $(CLEAN) $(dir)/smtp-dummy