[PATCH] test: Make symbol-test depend on libnotmuch.so
Austin Clements
amdragon at MIT.EDU
Tue Aug 13 12:52:17 PDT 2013
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 2ec6595..8870ca3 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
--
1.7.10.4
More information about the notmuch
mailing list