diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-12 14:19:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-12 14:19:56 -0400 |
commit | b356a4f8d13ca9e1e2d68b17dd0b7b93143c8ef5 (patch) | |
tree | d6af35363169d5c9506844415c1c4587680da9b2 | |
parent | 05b3272114aef0095ce8b305d8692b96473a1230 (diff) |
add new test
-rw-r--r-- | Test.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -164,6 +164,7 @@ properties = localOption (QuickCheckTests 1000) $ testGroup "QuickCheck" , testProperty "prop_parse_show_TrustLog" Logs.Trust.prop_parse_show_TrustLog , testProperty "prop_hashes_stable" Utility.Hash.prop_hashes_stable , testProperty "prop_schedule_roundtrips" Utility.Scheduled.prop_schedule_roundtrips + , testProperty "prop_past_sane" Utility.Scheduled.prop_past_sane , testProperty "prop_duration_roundtrips" Utility.HumanTime.prop_duration_roundtrips , testProperty "prop_metadata_sane" Types.MetaData.prop_metadata_sane , testProperty "prop_metadata_serialize" Types.MetaData.prop_metadata_serialize |