diff options
author | Justus Winter <justus@g10code.com> | 2017-03-28 12:07:32 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2017-03-28 12:11:03 +0200 |
commit | 211d71f19c24da94f4c58014606125c1a29d86a2 (patch) | |
tree | 6869d0a2559211bdfd12ac937df438fef1bae364 /tests/openpgp/Makefile.am | |
parent | g10: Fix memory leak. (diff) | |
download | gnupg2-211d71f19c24da94f4c58014606125c1a29d86a2.tar.xz gnupg2-211d71f19c24da94f4c58014606125c1a29d86a2.zip |
tests: Add test for '--decrypt --unwrap'.
* tests/openpgp/Makefile.am (XTESTS): Add new test.
* tests/openpgp/decrypt-unwrap-verify.scm: New file.
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'tests/openpgp/Makefile.am')
-rw-r--r-- | tests/openpgp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 518af200c..1a80bb6c9 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -48,6 +48,7 @@ XTESTS = \ decrypt-multifile.scm \ decrypt-dsa.scm \ decrypt-session-key.scm \ + decrypt-unwrap-verify.scm \ sigs.scm \ sigs-dsa.scm \ encrypt.scm \ |