diff options
author | Carl Worth <cworth@cworth.org> | 2010-10-22 12:10:15 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-10-22 12:10:15 -0700 |
commit | 1375d71ff41de7c189f9c3ac4f72a8a617d4a5a7 (patch) | |
tree | b799f4406686456e583a434216d05fda3374ef10 /test/notmuch-test | |
parent | 209e756cd4571964821221d5d4d8447b0aadd43d (diff) |
test: Add the most rudimentary testing of the emacs interface.
So far, this is doing nothing more than adding a corpus of email and
ensuring that the `notmuch-hello' function produces the desired
output.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-x | test/notmuch-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test index 13c5d806..7feb5bdf 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -8,7 +8,7 @@ cd $(dirname "$0") -TESTS="basic new search json thread-naming reply dump-restore uuencode thread-order author-order from-guessing long-id encoding" +TESTS="basic new search json thread-naming reply dump-restore uuencode thread-order author-order from-guessing long-id encoding emacs" # Clean up any results from a previous run rm -r test-results >/dev/null 2>/dev/null |