File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ ifeq ($(shell uname -s),Darwin)
2525 MACOS_MIN_VER = -ldflags='-extldflags -mmacosx-version-min=13.0'
2626endif
2727
28- install_rust : install
29-
3028install :
3129 cargo install --force --locked --path ./cmd/stellar-cli --debug
30+
31+ build-fixtures :
3232 cargo install --force --locked --path ./cmd/crates/soroban-test/tests/fixtures/hello --root ./target --debug --quiet
3333 cargo install --force --locked --path ./cmd/crates/soroban-test/tests/fixtures/bye --root ./target --debug --quiet
3434
4141build-test-wasms :
4242 cargo build --package ' test_*' --profile test-wasms --target wasm32v1-none
4343
44- build-test : build-test-wasms install
44+ build-test : build-test-wasms build-fixtures install
4545
4646docs :
4747 cargo run --package doc-gen --features additional-libs
You can’t perform that action at this time.
0 commit comments