diff options
| author | David Bremner <david@tethera.net> | 2015-08-16 19:41:12 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-01-29 17:45:46 -0400 |
| commit | ef30770dfa0fbef4e91ec90d6ce21b5a55b15375 (patch) | |
| tree | 50073bcb72ae51b4bfe5deeedee826cba558884b /test/test-lib.sh | |
| parent | 12534d5c4b02498173b0c63d063ae0a3c845b957 (diff) | |
test: initial tests for S/MIME and notmuch-emacs
Test the ability of notmuch-mua-mail to send S/MIME signed (and
encrypted) messages; this really relies on existing functionality in
message-mode.
The generated keys and messages will later be useful for testing the
notmuch CLI.
Diffstat (limited to 'test/test-lib.sh')
| -rw-r--r-- | test/test-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh index 6fe335b5..01722bfb 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -1333,4 +1333,5 @@ test_declare_external_prereq emacs test_declare_external_prereq ${TEST_EMACSCLIENT} test_declare_external_prereq gdb test_declare_external_prereq gpg +test_declare_external_prereq openssl test_declare_external_prereq ${NOTMUCH_PYTHON} |
