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

Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Marko <marko@baricevic.me>
This commit is contained in:
Alexander Peters
2024-08-02 10:16:03 +00:00
committed by GitHub
co-authored by Julien Robert Marko
parent bc72e34d55
commit 04bedcd32b
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