diff options
author | Werner Koch <[email protected]> | 2016-04-04 16:38:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-04-04 16:40:25 +0000 |
commit | c6ed863491ec3a1e0fcf9cbe2c93c87468306c29 (patch) | |
tree | c4923cff0b006c3cece4ffbd0aded172942b337c | |
parent | g10: Support armored keyrings in gpgv. (diff) | |
download | gnupg-c6ed863491ec3a1e0fcf9cbe2c93c87468306c29.tar.gz gnupg-c6ed863491ec3a1e0fcf9cbe2c93c87468306c29.zip |
tests: Add missing file.
* tests/openpgp/Makefile.am (TEST_FILES): Add plain-largeo.asc.
--
Fixes-commit: 785a7f463ec4e937304ce1263c5e6a46e8079137
-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 01813861b..4e09c2327 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -62,6 +62,7 @@ TESTS = version.test mds.test \ TEST_FILES = pubring.asc secring.asc plain-1o.asc plain-2o.asc plain-3o.asc \ plain-1.asc plain-2.asc plain-3.asc plain-1-pgp.asc \ + plain-largeo.asc \ pubring.pkr.asc secring.skr.asc secdemo.asc pubdemo.asc \ gpg.conf.tmpl gpg-agent.conf.tmpl \ bug537-test.data.asc bug894-test.asc \ |