From a7696844f01ed68377a8c458549879996294c2e6 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 13 Aug 2013 15:52:17 -0400 Subject: [PATCH] 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). --- test/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0