aboutsummaryrefslogtreecommitdiffstats
path: root/tests/openpgp/run-tests.scm
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-08-04 10:10:47 +0000
committerJustus Winter <[email protected]>2016-08-04 10:10:47 +0000
commit05cb30052cdf1d308ff7da901cfa5a809cd49479 (patch)
treeb13495b57ed7c34977ab4768e8429a12cb8045c6 /tests/openpgp/run-tests.scm
parenttests: Fix path to fake-pinentry. (diff)
downloadgnupg-05cb30052cdf1d308ff7da901cfa5a809cd49479.tar.gz
gnupg-05cb30052cdf1d308ff7da901cfa5a809cd49479.zip
tests: Update list of tests in Scheme test runner.
* tests/openpgp/run-tests.scm: Add missing tests. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'tests/openpgp/run-tests.scm')
-rw-r--r--tests/openpgp/run-tests.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/openpgp/run-tests.scm b/tests/openpgp/run-tests.scm
index ad94baf3a..367c64116 100644
--- a/tests/openpgp/run-tests.scm
+++ b/tests/openpgp/run-tests.scm
@@ -192,9 +192,15 @@
"import.scm"
"ecc.scm"
"4gb-packet.scm"
+ "tofu.scm"
"gpgtar.scm"
"use-exact-key.scm"
- "default-key.scm"))
+ "default-key.scm"
+ "export.scm"
+ "ssh.scm"
+ "issue2015.scm"
+ "issue2346.scm"
+ "issue2419.scm"))
(let* ((runner (if (member "--parallel" *args*)
(if (member "--shared" *args*)