[PATCH] test: Make symbol-test depend on libnotmuch.so

Tomi Ollila tomi.ollila at iki.fi
Tue Aug 13 23:23:46 PDT 2013


On Tue, Aug 13 2013, Austin Clements <amdragon at MIT.EDU> wrote:

> Without this
> $ make -j test
> intermittently fails and
> $ make clean; make test/symbol-test
> always fails (not that anybody would do the latter).
> ---

LGTM.

Tomi

>  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
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


More information about the notmuch mailing list