mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-17 21:15:16 +01:00
8 lines
78 B
Text
8 lines
78 B
Text
|
# -*- makefile -*-
|
||
|
|
||
|
dir := test
|
||
|
|
||
|
.PHONY: test
|
||
|
test: all
|
||
|
@${dir}/notmuch-test
|