forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add symbolic addresses on test functions
* feat: create halmos toml * chore: polish test contract and mock
- Loading branch information
1 parent
2640556
commit 3b831a6
Showing
5 changed files
with
54 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Halmos configuration file | ||
|
||
## The version needed is `halmos 0.1.15.dev2+gc3f45dd` | ||
## Just running `halmos` will run the tests with the default configuration | ||
|
||
[global] | ||
# Contract to test | ||
match-contract = "SymTest_" | ||
|
||
# Path to the Forge artifacts directory | ||
forge_build_out = "./forge-artifacts" | ||
|
||
|
||
# Storage layout | ||
storage_layout = "generic" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.