summaryrefslogtreecommitdiff
path: root/tests/suite.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite.hs')
-rw-r--r--tests/suite.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suite.hs b/tests/suite.hs
index ad7a8f2..f5c8946 100644
--- a/tests/suite.hs
+++ b/tests/suite.hs
@@ -118,6 +118,7 @@ tests =
118 testCase "compressedsig-bzip2.gpg" (testSerialization "compressedsig-bzip2.gpg"), 118 testCase "compressedsig-bzip2.gpg" (testSerialization "compressedsig-bzip2.gpg"),
119 testCase "onepass_sig" (testSerialization "onepass_sig"), 119 testCase "onepass_sig" (testSerialization "onepass_sig"),
120 testCase "uncompressed-ops-dsa.gpg" (testSerialization "uncompressed-ops-dsa.gpg"), 120 testCase "uncompressed-ops-dsa.gpg" (testSerialization "uncompressed-ops-dsa.gpg"),
121 testCase "uncompressed-ops-dsa-sha384.txt.gpg" (testSerialization "uncompressed-ops-dsa-sha384.txt.gpg"),
121 testCase "uncompressed-ops-rsa.gpg" (testSerialization "uncompressed-ops-rsa.gpg") 122 testCase "uncompressed-ops-rsa.gpg" (testSerialization "uncompressed-ops-rsa.gpg")
122 ], 123 ],
123 testGroup "S2K count" [ 124 testGroup "S2K count" [