summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-20 00:06:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-20 00:08:30 -0400
commit7afe264a7af070a7d2e7b60455260646511476f3 (patch)
tree4c389c0697c2f88314b09e9c5cb442d1f1609498 /test.hs
parenta724c0e782ecc9bc097549f2c0a273da2bf61827 (diff)
check
Diffstat (limited to 'test.hs')
-rw-r--r--test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.hs b/test.hs
index fcd4e3136..d8653080f 100644
--- a/test.hs
+++ b/test.hs
@@ -122,6 +122,7 @@ quickcheck = TestLabel "quickcheck" $ TestList
, qctest "prop_read_show_direct" Annex.Content.Direct.prop_read_show_direct
, qctest "prop_parse_show_log" Logs.Presence.prop_parse_show_log
, qctest "prop_read_show_TrustLevel" Types.TrustLevel.prop_read_show_TrustLevel
+ , qctest "prop_parse_show_TrustLog" Logs.Trust.prop_parse_show_TrustLog
]
blackbox :: Test