summaryrefslogtreecommitdiff
path: root/test.hs
diff options
context:
space:
mode:
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