Skip to content

Commit

Permalink
re-activate iszero test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 4, 2024
1 parent af29b0b commit 1f6f030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crypto3/libs/blueprint/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ set(ZKEVM_TESTS_FILES
"zkevm/state_selector"
"zkevm/zkevm_word"
"zkevm/state_transition"
# "zkevm/opcodes/iszero" TODO activate
"zkevm/opcodes/iszero"
"zkevm/opcodes/add_sub"
"zkevm/opcodes/mul"
"zkevm/opcodes/div"
Expand Down
7 changes: 2 additions & 5 deletions crypto3/libs/blueprint/test/zkevm/opcodes/iszero.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,17 @@

#define BOOST_TEST_MODULE zkevm_iszero_test

#include <cstdint>

#include <boost/test/unit_test.hpp>

#include <nil/blueprint/zkevm/zkevm_machine_interface.hpp>
#include <nil/crypto3/algebra/fields/arithmetic_params/goldilocks64.hpp>

#include <nil/blueprint/blueprint/plonk/circuit.hpp>
#include <nil/blueprint/blueprint/plonk/assignment.hpp>
#include <nil/blueprint/zkevm/zkevm_operation.hpp>

#include <nil/blueprint/zkevm/zkevm_circuit.hpp>
#include "../opcode_tester.hpp"

#include <nil/blueprint/zkevm/operations/iszero.hpp>

using namespace nil::blueprint;
using namespace nil::crypto3::algebra;

Expand Down

0 comments on commit 1f6f030

Please sign in to comment.