summaryrefslogtreecommitdiff
path: root/tests/suite.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite.hs')
-rw-r--r--tests/suite.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/suite.hs b/tests/suite.hs
index 4bee6d6..cb4f4aa 100644
--- a/tests/suite.hs
+++ b/tests/suite.hs
@@ -145,6 +145,8 @@ tests =
145 testCase "uncompressed-ops-dsa.gpg" (testSerialization "uncompressed-ops-dsa.gpg"), 145 testCase "uncompressed-ops-dsa.gpg" (testSerialization "uncompressed-ops-dsa.gpg"),
146 testCase "uncompressed-ops-dsa-sha384.txt.gpg" (testSerialization "uncompressed-ops-dsa-sha384.txt.gpg"), 146 testCase "uncompressed-ops-dsa-sha384.txt.gpg" (testSerialization "uncompressed-ops-dsa-sha384.txt.gpg"),
147 testCase "uncompressed-ops-rsa.gpg" (testSerialization "uncompressed-ops-rsa.gpg"), 147 testCase "uncompressed-ops-rsa.gpg" (testSerialization "uncompressed-ops-rsa.gpg"),
148 testCase "3F5BBA0B0694BEB6000005-002.sig" (testSerialization "3F5BBA0B0694BEB6000005-002.sig"),
149 testCase "3F5BBA0B0694BEB6000017-002.sig" (testSerialization "3F5BBA0B0694BEB6000017-002.sig"),
148 testProperty "MPI encode/decode" prop_MPI_serialization_loop, 150 testProperty "MPI encode/decode" prop_MPI_serialization_loop,
149 testProperty "S2K encode/decode" prop_S2K_serialization_loop, 151 testProperty "S2K encode/decode" prop_S2K_serialization_loop,
150 testProperty "SignatureSubpacket encode/decode" prop_SignatureSubpacket_serialization_loop 152 testProperty "SignatureSubpacket encode/decode" prop_SignatureSubpacket_serialization_loop