diff options
author | Justus Winter <justus@g10code.com> | 2016-11-03 14:37:15 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-11-03 14:43:23 +0100 |
commit | 1ec07cbc209f247fd85704f5701564e31aa56d0b (patch) | |
tree | 305188a94dc0351cb3bf7f08dceef4ef96790c93 /tests/openpgp/Makefile.am | |
parent | gpgconf: Add a new field to the --query-swdb output. (diff) | |
download | gnupg2-1ec07cbc209f247fd85704f5701564e31aa56d0b.tar.xz gnupg2-1ec07cbc209f247fd85704f5701564e31aa56d0b.zip |
gpgscm,tests: Add new functions to the test environment.
* tests/gpgscm/lib.scm (first, last, powerset): New functions.
* tests/gpgscm/tests.scm (interactive-shell): New function.
* tests/openpgp/Makefile.am (EXTRA_DIST): Add new file.
* tests/openpgp/README: Document 'interactive-shell'.
* tests/openpgp/shell.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index bb9b2f4db..5725e110c 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -188,7 +188,7 @@ sample_msgs = samplemsgs/issue2419.asc EXTRA_DIST = defs.scm $(XTESTS) $(TEST_FILES) \ mkdemodirs signdemokey $(priv_keys) $(sample_keys) \ $(sample_msgs) ChangeLog-2011 run-tests.scm \ - setup.scm finish.scm + setup.scm finish.scm shell.scm CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ |