aboutsummaryrefslogtreecommitdiff
path: root/test/emacs-address-cleaning
diff options
context:
space:
mode:
Diffstat (limited to 'test/emacs-address-cleaning')
-rwxr-xr-xtest/emacs-address-cleaning15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/emacs-address-cleaning b/test/emacs-address-cleaning
new file mode 100755
index 0000000..6ddde5c
--- /dev/null
+++ b/test/emacs-address-cleaning
@@ -0,0 +1,15 @@
+#!/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 '(notmuch-test-address-cleaning-1)'
+
+test_begin_subtest "notmuch-test-address-clean part 2"
+test_emacs_expect_t '(notmuch-test-address-cleaning-2)'
+
+test_begin_subtest "notmuch-test-address-clean part 3"
+test_emacs_expect_t '(notmuch-test-address-cleaning-3)'
+
+test_done