mirror of
https://github.com/GaloisInc/what4.git
synced 2024-12-01 20:23:10 +03:00
Add realistic bounds for QuickCheck
This commit is contained in:
parent
a6f0f25c9e
commit
5f1171ff83
@ -15,8 +15,8 @@ instance Testable V.Property where
|
||||
|
||||
verifyGenerators :: V.GenEnv Gen
|
||||
verifyGenerators = V.GenEnv { V.genChooseBool = elements [ True, False ]
|
||||
, V.genChooseInteger = \r -> chooseInteger r
|
||||
, V.genChooseInt = \r -> chooseInt r
|
||||
, V.genChooseInteger = \r -> choose r
|
||||
, V.genChooseInt = \r -> choose r
|
||||
, V.genGetSize = getSize
|
||||
}
|
||||
|
||||
|
@ -214,7 +214,7 @@ test-suite bvdomain_tests
|
||||
, parameterized-utils
|
||||
, tasty >= 0.10
|
||||
, tasty-quickcheck >= 0.10
|
||||
, QuickCheck
|
||||
, QuickCheck >= 2.12
|
||||
, transformers
|
||||
, what4
|
||||
|
||||
@ -233,7 +233,7 @@ test-suite bvdomain_tests_hh
|
||||
, parameterized-utils
|
||||
, tasty >= 0.10
|
||||
, tasty-hedgehog
|
||||
, hedgehog
|
||||
, hedgehog >= 1.0.2
|
||||
, transformers
|
||||
, what4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user