Skip to content

Commit

Permalink
[test] Add ARM64 hosted targets
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Jan 18, 2024
1 parent 0002fcf commit 18ebef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ endef

run-hosted-linux:
$(call compile-test,hosted,run,-D":target=hosted-linux")
run-hosted-linux-arm64:
$(call compile-test,hosted,run,-D":target=hosted-linux-arm64")
run-hosted-darwin:
$(call compile-test,hosted,run,-D":target=hosted-darwin")
run-hosted-darwin-arm64:
$(call compile-test,hosted,run,-D":target=hosted-darwin-arm64")
run-hosted-windows:
$(call compile-test,hosted,run,-D":target=hosted-windows")

Expand Down

0 comments on commit 18ebef2

Please sign in to comment.