diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index e139303b..4cf25cd9 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -67,4 +67,5 @@ mod blockchain_tests { blockchain_tests!(memory_tests, stMemoryTest); blockchain_tests!(init_code_test, stInitCodeTest); blockchain_tests!(st_bad_opcode, stBadOpcode); + blockchain_tests!(st_log_tests, stLogTests); }