This website requires JavaScript.
Explore
Help
Sign in
debian
/
notmuch
Watch
1
Star
0
Fork
You've already forked notmuch
0
mirror of
https://git.notmuchmail.org/git/notmuch
synced
2024-11-22 10:58:10 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ca956552bd
notmuch
/
test
/
Makefile.local
8 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
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 21:10:54 +02:00
# -*- makefile -*-
dir := test
.PHONY: test
test: all
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 23:06:38 +02:00
@${dir}/notmuch-test $(OPTIONS)
Reference in a new issue
Copy permalink