Skip to content

Commit

Permalink
feat: add stSLoadTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ftupas committed Sep 8, 2023
1 parent 28b6c3d commit 9b915c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/ef-testing/src/models/case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ impl BlockchainTestCase {
| "suicide.json" // ef-tests #57
| "blockInfo.json" // ef-tests #67
| "envInfo.json" // ef-tests #63
| "sloadGasCost.json" // ef-tests #78
)
}

Expand Down
1 change: 1 addition & 0 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ macro_rules! blockchain_tests {
mod blockchain_tests {
use super::*;

blockchain_tests!(st_sload, stSLoadTest);
blockchain_tests!(vm_tests, VMTests);
}

0 comments on commit 9b915c2

Please sign in to comment.