diff options
Diffstat (limited to 'test/emacs-address-cleaning')
-rwxr-xr-x | test/emacs-address-cleaning | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/emacs-address-cleaning b/test/emacs-address-cleaning new file mode 100755 index 00000000..51018fe5 --- /dev/null +++ b/test/emacs-address-cleaning @@ -0,0 +1,18 @@ +#!/usr/bin/env bash + +test_description="emacs address cleaning" +. test-lib.sh + +test_begin_subtest "notmuch-test-address-clean part 1" +test_emacs_expect_t \ + '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-1)' + +test_begin_subtest "notmuch-test-address-clean part 2" +test_emacs_expect_t \ + '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-2)' + +test_begin_subtest "notmuch-test-address-clean part 3" +test_emacs_expect_t \ + '(load "emacs-address-cleaning.el") (notmuch-test-address-cleaning-3)' + +test_done |