Skip to content

Commit 69fc746

Browse files
make the harvey test more reliable
1 parent 15f2699 commit 69fc746

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/test/Tests/Research.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ researchTests :: TestTree
1010
researchTests = testGroup "Research-based Integration Testing"
1111
[ testContract "research/harvey_foo.sol" Nothing
1212
[ ("echidna_assert failed", solved "echidna_assert") ]
13-
, testContract "research/harvey_baz.sol" Nothing
13+
, testContract' "research/harvey_baz.sol" Nothing Nothing (Just "research/harvey.yaml") False FuzzWorker
1414
[ ("echidna_all_states failed", solved "echidna_all_states") ]
1515
, testContract' "research/ilf_crowdsale.sol" Nothing (Just (\v -> v >= solcV (0,5,0) && v < solcV (0,6,0))) (Just "research/ilf_crowdsale.yaml") False FuzzWorker
1616
[ ("echidna_assert failed", solved "withdraw") ]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
testLimit: 100000
2+
shrinkLimit: 100

0 commit comments

Comments
 (0)