add test for stable macs
This commit is contained in:
parent
ca2cf63e34
commit
d3cff7a320
2 changed files with 16 additions and 0 deletions
1
Test.hs
1
Test.hs
|
@ -156,6 +156,7 @@ properties = localOption (QuickCheckTests 1000) $ testGroup "QuickCheck"
|
|||
, testProperty "prop_read_show_TrustLevel" Types.TrustLevel.prop_read_show_TrustLevel
|
||||
, testProperty "prop_parse_show_TrustLog" Logs.Trust.prop_parse_show_TrustLog
|
||||
, testProperty "prop_hashes_stable" Utility.Hash.prop_hashes_stable
|
||||
, testProperty "prop_mac_stable" Utility.Hash.prop_mac_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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue