Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 39A12431FC0 for ; Tue, 13 Aug 2013 23:24:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UxE0LNbPOoL5 for ; Tue, 13 Aug 2013 23:23:56 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 9B2E8431FAF for ; Tue, 13 Aug 2013 23:23:56 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 5392B100051; Wed, 14 Aug 2013 09:23:46 +0300 (EEST) From: Tomi Ollila To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH] test: Make symbol-test depend on libnotmuch.so In-Reply-To: <1376423537-32359-1-git-send-email-amdragon@mit.edu> References: <1376423537-32359-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.16+3~g340c058 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 06:24:01 -0000 On Tue, Aug 13 2013, Austin Clements 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@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch