Skip to content

Commit

Permalink
added echo command for arch
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Georgiev <georgi.getz@outlook.com>
  • Loading branch information
georg-getz committed Jun 3, 2024
1 parent 12b0765 commit 3abd0c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ build-headers:
"./gradlew" --info generateJniHeaders

# Run the tests.
test: build-headers build-rust test-rust build-java
test: echo-arch build-headers build-rust test-rust build-java

echo arch:
echo $(build_arch)-$(build_os)
# Run the Rust tests.
test-rust: test-rust-$(build_arch)-$(build_os)

Expand Down

0 comments on commit 3abd0c7

Please sign in to comment.