aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2013-08-13 15:52:17 -0400
committerGravatar David Bremner <bremner@debian.org>2013-08-15 11:35:30 +0200
commita7696844f01ed68377a8c458549879996294c2e6 (patch)
tree416c4c80e473b53805f5cd51921d1601cf671760 /test
parent013d11c9f7c7f7876faf5035a5acb60924daf3c6 (diff)
test: Make symbol-test depend on libnotmuch.so
Without this $ make -j test intermittently fails and $ make clean; make test/symbol-test always fails (not that anybody would do the latter).
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.local b/test/Makefile.local
index 2ec65956..8870ca37 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -27,7 +27,7 @@ $(dir)/random-corpus: $(random_corpus_deps)
$(dir)/smtp-dummy: $(smtp_dummy_modules)
$(call quiet,CC) $^ -o $@
-$(dir)/symbol-test: $(dir)/symbol-test.o
+$(dir)/symbol-test: $(dir)/symbol-test.o lib/$(LINKER_NAME)
$(call quiet,CXX) $^ -o $@ -Llib -lnotmuch $(XAPIAN_LDFLAGS)
$(dir)/parse-time: $(dir)/parse-time.o parse-time-string/parse-time-string.o