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 0320B431FBC for ; Tue, 24 Jan 2012 08:14:21 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Cc" X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 2-wmuXQ6O3-Z for ; Tue, 24 Jan 2012 08:14:20 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4BC16431FB6 for ; Tue, 24 Jan 2012 08:14:20 -0800 (PST) Received: by wibhi8 with SMTP id hi8so1696072wib.26 for ; Tue, 24 Jan 2012 08:14:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.109.198 with SMTP id hu6mr4759062wib.16.1327421659214; Tue, 24 Jan 2012 08:14:19 -0800 (PST) Received: from hotblack-desiato.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25]) by mx.google.com with ESMTPS id q7sm19503431wix.5.2012.01.24.08.14.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 Jan 2012 08:14:18 -0800 (PST) Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) id 62B469FD44; Tue, 24 Jan 2012 16:14:16 +0000 (GMT) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH 0/4 v43] emacs test helpers Date: Tue, 24 Jan 2012 16:14:03 +0000 Message-Id: <1327421647-30405-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.8.3 In-Reply-To: <1326804748-8989-2-git-send-email-dme@dme.org> References: <1326804748-8989-2-git-send-email-dme@dme.org> In-Reply-To: 1326804748-8989-2-git-send-email-dme@dme.org X-Gm-Message-State: ALoCoQlphFN3HKqoMLlvMNaZAvCdqIfcjaW2MUY3jH4ybF00aFUB9utvUHe4vYwa5s4xqcnjKgoB 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: Tue, 24 Jan 2012 16:14:21 -0000 Small changes as per Dmitry's last comments. David Edmondson (4): test: Don't return the result of checking for running emacs to the tester. test: Add `test_emacs_expect_t'. test: Add more helpers for emacs tests. test: Add address cleaning tests. test/README | 8 ++++++++ test/emacs-address-cleaning.el | 29 +++++++++++++++++++++++++++++ test/emacs-address-cleaning.sh | 19 +++++++++++++++++++ test/emacs-test-functions.sh | 9 +++++++++ test/notmuch-test | 2 ++ test/test-lib.el | 35 +++++++++++++++++++++++++++++++++++ test/test-lib.sh | 31 ++++++++++++++++++++++++++++++- 7 files changed, 132 insertions(+), 1 deletions(-) create mode 100644 test/emacs-address-cleaning.el create mode 100755 test/emacs-address-cleaning.sh create mode 100755 test/emacs-test-functions.sh -- 1.7.8.3