aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/Makefile.am
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-11-29 13:25:19 +0000
committerJustus Winter <[email protected]>2016-11-29 13:45:56 +0000
commitbde4fddadc75ad6071e3fc6c0980905de14c03cb (patch)
tree13f057531e46345dcfa0f125e392c0945d9681ab /tests/openpgp/Makefile.am
parentgpgscm: Avoid truncating pointers. (diff)
downloadgnupg-bde4fddadc75ad6071e3fc6c0980905de14c03cb.tar.gz
gnupg-bde4fddadc75ad6071e3fc6c0980905de14c03cb.zip
tests: Add test for '--decrypt --multifile'.
* tests/openpgp/Makefile.am (XTESTS): Add new test. * tests/openpgp/decrypt-multifile.scm: New file. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests/openpgp/Makefile.am')
-rw-r--r--tests/openpgp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am
index 3cdf3d1ca..9eb69ee41 100644
--- a/tests/openpgp/Makefile.am
+++ b/tests/openpgp/Makefile.am
@@ -47,6 +47,7 @@ XTESTS = \
version.scm \
mds.scm \
decrypt.scm \
+ decrypt-multifile.scm \
decrypt-dsa.scm \
sigs.scm \
sigs-dsa.scm \