From e949a8493e8bcf3473aa5d6d922716fec0d7315a Mon Sep 17 00:00:00 2001 From: Khaeljy Date: Mon, 25 Sep 2023 12:46:23 +0200 Subject: [PATCH] add `stBugs` testsuite to the blockchain_tests module (#261) Co-authored-by: Elias Tazartes <66871571+Eikix@users.noreply.github.com> --- crates/ef-testing/tests/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index b4fd65d9..57b1b655 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -70,6 +70,7 @@ mod blockchain_tests { blockchain_tests!(st_log_tests, stLogTests); blockchain_tests!(st_bad_opcode, stBadOpcode); blockchain_tests!(shanghai, Shanghai); + blockchain_tests!(st_bugs, stBugs); blockchain_tests!(st_call_codes, stCallCodes); //blockchain_tests!(st_call_create_call_code_test, stCallCreateCallCodeTest); // ef-tests #257 blockchain_tests!(