chore(systemtests): better support for app v2 (backport #21128) (#21160)

Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2024-08-02 12:46:46 +02:00
committed by GitHub
co-authored by Alexander Peters
parent 8c825cb324
commit bad0add080
7 changed files with 53 additions and 39 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ test-all: test-unit test-e2e test-integration test-ledger-mock test-race
.PHONY: test-system
test-system: build
mkdir -p ./tests/systemtests/binaries/
cp $(BUILDDIR)/simd ./tests/systemtests/binaries/
cp $(BUILDDIR)/simd$(if $(findstring v2,$(COSMOS_BUILD_OPTIONS)),v2) ./tests/systemtests/binaries/
$(MAKE) -C tests/systemtests test