We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c063b0d commit 7555fc8Copy full SHA for 7555fc8
test/Makefile
@@ -27,8 +27,12 @@ endef
27
28
run-hosted-linux:
29
$(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")
32
run-hosted-darwin:
33
$(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")
36
run-hosted-windows:
37
$(call compile-test,hosted,run,-D":target=hosted-windows")
38
0 commit comments