notmuch/test/Makefile.local
Carl Worth e6ba2c63c9 test: Fix test suite to integrate with our non-recursive Makefile system.
This avoids "make test" emitting messages from three (3!) recursive
invocations of make. We change the invocations of the tests themselves
to occur directly from the shell script rather than having the shell
script invoke make again and using wildcards in the Makefile.
2010-09-17 12:16:10 -07:00

7 lines
78 B
Makefile

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