aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-12-03 14:05:08 -0800
committerGravatar David Bremner <bremner@debian.org>2011-12-06 09:37:44 -0400
commit7bf1f6e85a1af283c62fcf5f305b762e20706a42 (patch)
tree8935a2a316be9edcd7429b8802d9f0284ed7f3bb /test/Makefile.local
parent50b0d0b8ade8aca7dd8434f638555c634b00ebe4 (diff)
test: add test-binaries target
The goal here is to have a simple way of making sure all of the binaries needed to run tests are available.
Diffstat (limited to 'test/Makefile.local')
-rw-r--r--test/Makefile.local5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index 646779e1..bffbbdbd 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -15,7 +15,10 @@ $(dir)/symbol-test: $(dir)/symbol-test.o
$(call quiet,CC) $^ -o $@ -Llib -lnotmuch -lxapian
.PHONY: test check
-test: all $(dir)/smtp-dummy $(dir)/symbol-test
+
+test-binaries: $(dir)/smtp-dummy $(dir)/symbol-test
+
+test: all test-binaries
@${dir}/notmuch-test $(OPTIONS)
check: test