Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 7f / b463c1aff94d2056397ba59b2bafc07ec325f0
1 Return-Path: <bremner@unb.ca>\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 884EC429E21\r
6         for <notmuch@notmuchmail.org>; Mon, 28 Nov 2011 23:06: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 wQpNixc7jV-G for <notmuch@notmuchmail.org>;\r
16         Mon, 28 Nov 2011 23:06:19 -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 CCD94431FB6\r
21         for <notmuch@notmuchmail.org>; Mon, 28 Nov 2011 23:06:18 -0800 (PST)\r
22 Received: from rocinante.cs.unb.ca (m3.kereda.com [207.194.238.3] (may be\r
23         forged)) (authenticated bits=0)\r
24         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pAT76Hqf013459\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)\r
26         for <notmuch@notmuchmail.org>; Tue, 29 Nov 2011 03:06:17 -0400\r
27 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.76)\r
28         (envelope-from <bremner@tesseract.cs.unb.ca>) id 1RVHXC-0005C3-Km\r
29         for notmuch@notmuchmail.org; Mon, 28 Nov 2011 22:51:18 -0800\r
30 From: David Bremner <bremner@debian.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: New test for exported symbols\r
33 Date: Mon, 28 Nov 2011 22:51:14 -0800\r
34 Message-Id: <1322549476-17208-1-git-send-email-bremner@debian.org>\r
35 X-Mailer: git-send-email 1.7.5.4\r
36 In-Reply-To: <1309142545-30590-1-git-send-email-david@tethera.net>\r
37 References: <1309142545-30590-1-git-send-email-david@tethera.net>\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: Tue, 29 Nov 2011 07:06:19 -0000\r
51 \r
52 As long promised, here is a test to compare the list of symbols\r
53 retrieved with objdump to those from notmuch.sym\r
54 \r
55 I didn't verify whether this runs properly during out of tree builds.\r
56 \r