Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: rosetta -> mesh #507

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/507.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests: rosetta -> mesh
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests/oasis-net-runner
tests/oasis-node
tests/oasis_core_release.tar.gz
tests/oasis-core
tests/mesh-cli*
tests/rosetta-cli*
tests/validator-data
# Ignore Python cache directories.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ tests/rosetta-cli.tar.gz:
tests/rosetta-cli: tests/rosetta-cli.tar.gz
@$(ECHO) "$(MAGENTA)*** Building rosetta-cli...$(OFF)"
@tar -xf $< -C tests
@cd tests/rosetta-cli-$(ROSETTA_CLI_RELEASE) && $(GO) build
@cp tests/rosetta-cli-$(ROSETTA_CLI_RELEASE)/rosetta-cli tests/.
@cd tests/mesh-cli-$(ROSETTA_CLI_RELEASE) && $(GO) build
@cp tests/mesh-cli-$(ROSETTA_CLI_RELEASE)/rosetta-cli tests/.

test: build build-tests tests/oasis-net-runner tests/oasis-node tests/rosetta-cli
@$(ECHO) "$(CYAN)*** Running tests...$(OFF)"
Expand Down
Loading