diff --git a/crypto3/libs/blueprint/test/CMakeLists.txt b/crypto3/libs/blueprint/test/CMakeLists.txt index a4cecb8dfb..926a365ea3 100644 --- a/crypto3/libs/blueprint/test/CMakeLists.txt +++ b/crypto3/libs/blueprint/test/CMakeLists.txt @@ -196,9 +196,9 @@ set(ZKEVM_TESTS_FILES "zkevm/state_selector" "zkevm/zkevm_word" "zkevm/state_transition" - # "zkevm/opcodes/iszero" TODO re-activate + "zkevm/opcodes/iszero" "zkevm/opcodes/add_sub" - #"zkevm/opcodes/mul" TODO re-activate + "zkevm/opcodes/mul" "zkevm/opcodes/div" )