Skip to content

Commit fecacc3

Browse files
committed
Makefile: add target to build openmina-node-testing
1 parent 0d0108d commit fecacc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ build-ledger: download-circuits ## Build the ledger binary and library, requires
1818
build-release: ## Build the project in release mode
1919
cargo build --release --package=cli --bin openmina
2020

21+
.PHONY: build-testing
22+
build-testing: ## Build the testing binary with scenario generators
23+
cargo build --release --features scenario-generators --bin openmina-node-testing
24+
2125
.PHONY: build-tests-webrtc
2226
build-tests-webrtc: ## Build tests for WebRTC
2327
@mkdir -p target/release/tests

0 commit comments

Comments
 (0)