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