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 17, 2024
1 parent c063b0d commit 7555fc8
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 7555fc8

Please sign in to comment.