summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 19:48:11 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-25 19:48:11 -0500
commita68241e614534c252fad871a32ac8296727ee7bf (patch)
tree3f05175182a6b37e282d370d2db30607b520cca6 /tests
parent70c479af48b201228884bbe31b05ca6bcd832ebf (diff)
add in missing test
Diffstat (limited to 'tests')
-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" [