Skip to content

Commit

Permalink
Update execution script with --match-test flag and no rekompile
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCoRo committed Oct 30, 2023
1 parent 64d4691 commit 4a9a78a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/run-kevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ workers=12

# Switch the options below to turn them on or off
rekompile=--rekompile
#rekompile=
rekompile=

# Progress is saved automatically so an unfinished proof can be resumed from where it left off
# Turn on to restart proof from the beginning instead of resuming
Expand Down Expand Up @@ -87,8 +87,8 @@ use_booster=--use-booster
# List of tests to symbolically execute

tests=""
tests+="--test FixedPointMathLibVerification.testMulWad(uint256,uint256) "
tests+="--test FixedPointMathLibVerification.testMulWadUp "
tests+="--match-test FixedPointMathLibVerification.testMulWad(uint256,uint256) "
tests+="--match-test FixedPointMathLibVerification.testMulWadUp "

# Name of the claim to execute
claim=mulWadUp-first-roadblock
Expand Down

0 comments on commit 4a9a78a

Please sign in to comment.