Skip to content

Commit

Permalink
add target for reference tests
Browse files Browse the repository at this point in the history
This adds a corresponding target `zkevm_for_reference_tests.go.bin` to
be used when running the reference tests.
  • Loading branch information
DavePearce committed Jan 13, 2025
1 parent 0fc42e1 commit cc962ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,8 @@ ZKEVM_MODULES_FOR_REFERENCE_TESTS := ${ALU} \
zkevm_for_reference_tests.bin: ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}
${CORSET} compile -vv -o $@ ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}

zkevm_for_reference_tests.go.bin: ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}
${GO_CORSET} compile -o $@ ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}



0 comments on commit cc962ff

Please sign in to comment.