mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
e6ba2c63c9
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.
7 lines
78 B
Makefile
7 lines
78 B
Makefile
# -*- makefile -*-
|
|
|
|
dir := test
|
|
|
|
.PHONY: test
|
|
test: all
|
|
@${dir}/notmuch-test
|