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 11, 2023
1 parent 6b82c72 commit c6891c8
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 @@ -92,6 +92,7 @@ impl BlockchainTestCase {
| "bufferSrcOffset.json" // ef-tests #51
| "buffer.json" // ef-tests #50
| "oog.json" // ef-tests #49
| "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,6 +59,7 @@ macro_rules! blockchain_tests {
mod blockchain_tests {
use super::*;

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

0 comments on commit c6891c8

Please sign in to comment.