Skip to content

Commit

Permalink
makefile: add era-test
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 committed Aug 16, 2024
1 parent 386f830 commit 2b38ad3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: clean lint test deps submodules
.PHONY: clean lint test deps submodules era-test

LLVM_PATH?=$(shell pwd)/era-compiler-tester/target-llvm/target-final/

Expand Down Expand Up @@ -26,3 +26,6 @@ test: deps
# CI test uses LLVM from the era-compiler-llvm repository, doesn't need to build it
ci-test:
export LLVM_SYS_170_PREFIX=$(LLVM_PATH) && $(MAKE) test

era-test: submodules
cd ./zksync-era/core/lib/multivm && cargo t

0 comments on commit 2b38ad3

Please sign in to comment.