mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 20:38:08 +01:00
8 lines
78 B
Text
8 lines
78 B
Text
|
# -*- makefile -*-
|
||
|
|
||
|
dir := test
|
||
|
|
||
|
.PHONY: test
|
||
|
test: all
|
||
|
@${dir}/notmuch-test
|