diff options
-rw-r--r-- | tests/openpgp/run-tests.scm | 8 |
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*) |