notmuch/test/Makefile.local
Carl Worth 029a105da3 test/README: Update to become notmuch-specific rather than git-specific
This file was obviously describing the git test suite previously, and
would have been very hard to understand in the context of the notmuch
test suite. HOpefully it's easier to follow now.
2010-09-20 14:06:38 -07:00

7 lines
89 B
Makefile

# -*- makefile -*-
dir := test
.PHONY: test
test: all
@${dir}/notmuch-test $(OPTIONS)