]> rtime.felk.cvut.cz Git - notmuch.git/blob - test/Makefile.local
Makefile: Support "make check" as alias for "make test"
[notmuch.git] / 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 check
9 test:   all $(dir)/smtp-dummy
10         @${dir}/notmuch-test $(OPTIONS)
11
12 check: test
13
14 CLEAN := $(CLEAN) $(dir)/smtp-dummy