Skip to content

Commit 7555fc8

Browse files
committed
[test] Add ARM64 hosted targets
1 parent c063b0d commit 7555fc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ endef
2727

2828
run-hosted-linux:
2929
$(call compile-test,hosted,run,-D":target=hosted-linux")
30+
run-hosted-linux-arm64:
31+
$(call compile-test,hosted,run,-D":target=hosted-linux-arm64")
3032
run-hosted-darwin:
3133
$(call compile-test,hosted,run,-D":target=hosted-darwin")
34+
run-hosted-darwin-arm64:
35+
$(call compile-test,hosted,run,-D":target=hosted-darwin-arm64")
3236
run-hosted-windows:
3337
$(call compile-test,hosted,run,-D":target=hosted-windows")
3438

0 commit comments

Comments
 (0)