mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
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).
This commit is contained in:
parent
013d11c9f7
commit
a7696844f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue