diff options
author | Justus Winter <[email protected]> | 2016-12-20 12:57:05 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-20 15:25:35 +0000 |
commit | e2ed3c1597daf3188ddce049cc3c50113d56f1b9 (patch) | |
tree | 429640a7c7cefb0bb72520db166abaa05e2c4f8e /tests/openpgp/Makefile.am | |
parent | Post release updates. (diff) | |
download | gnupg-e2ed3c1597daf3188ddce049cc3c50113d56f1b9.tar.gz gnupg-e2ed3c1597daf3188ddce049cc3c50113d56f1b9.zip |
tests: Add missing encrypted sample, cleanup samples handling.
* tests/openpgp/Makefile.am (TEST_FILES): Add new file.
* tests/openpgp/defs.scm (plain-files): Add 'plain-large'.
(all-files): New variable.
(create-sample-files): New function.
(create-legacy-gpghome): Use new function.
* tests/openpgp/plain-large.asc: New file.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests/openpgp/Makefile.am')
-rw-r--r-- | tests/openpgp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 06705311d..c7ef5e6ed 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -111,7 +111,7 @@ xcheck: 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 \ + plain-largeo.asc plain-large.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 \ |