Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 51 / 3d2fe007eecdc4dabb8c6d235d5acf67312597
1 Return-Path: <bremner@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 06046429E25\r
6         for <notmuch@notmuchmail.org>; Sun,  4 Dec 2011 07:59:19 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id vSVKD91vNPzK for <notmuch@notmuchmail.org>;\r
16         Sun,  4 Dec 2011 07:59:18 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 79E4C429E21\r
21         for <notmuch@notmuchmail.org>; Sun,  4 Dec 2011 07:59:18 -0800 (PST)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034079193.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.79.193]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pB4FxF6r006335\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Sun, 4 Dec 2011 11:59:15 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
29         (envelope-from <bremner@tethera.net>)\r
30         id 1RXETC-0001yp-SL; Sun, 04 Dec 2011 11:59:14 -0400\r
31 From: David Bremner <david@tethera.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] test: add test-binaries target\r
34 Date: Sun,  4 Dec 2011 11:58:49 -0400\r
35 Message-Id: <1323014329-7581-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.7.3\r
37 Cc: David Bremner <bremner@debian.org>\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Sun, 04 Dec 2011 15:59:19 -0000\r
51 \r
52 From: David Bremner <bremner@debian.org>\r
53 \r
54 The goal here is to have a simple way of making sure all of the\r
55 binaries needed to run tests are available.\r
56 ---\r
57  test/Makefile.local |    5 ++++-\r
58  test/README         |    3 ++-\r
59  2 files changed, 6 insertions(+), 2 deletions(-)\r
60 \r
61 diff --git a/test/Makefile.local b/test/Makefile.local\r
62 index 646779e..bffbbdb 100644\r
63 --- a/test/Makefile.local\r
64 +++ b/test/Makefile.local\r
65 @@ -15,7 +15,10 @@ $(dir)/symbol-test: $(dir)/symbol-test.o\r
66         $(call quiet,CC) $^ -o $@ -Llib -lnotmuch -lxapian\r
67  \r
68  .PHONY: test check\r
69 -test:  all $(dir)/smtp-dummy $(dir)/symbol-test\r
70 +\r
71 +test-binaries: $(dir)/smtp-dummy $(dir)/symbol-test\r
72 +\r
73 +test:  all test-binaries\r
74         @${dir}/notmuch-test $(OPTIONS)\r
75  \r
76  check: test\r
77 diff --git a/test/README b/test/README\r
78 index 2481f16..2e757e0 100644\r
79 --- a/test/README\r
80 +++ b/test/README\r
81 @@ -13,7 +13,8 @@ notmuch-test script). Either command will run all available tests.\r
82  \r
83  Alternately, you can run a specific subset of tests by simply invoking\r
84  one of the executable scripts in this directory, (such as ./search,\r
85 -./reply, etc.)\r
86 +./reply, etc). Note that you will probably want "make test-binaries"\r
87 +before running individual tests.\r
88  \r
89  The following command-line options are available when running tests:\r
90  \r
91 -- \r
92 1.7.7.3\r
93 \r