mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-14 05:31:13 +00:00
Add support for running tests on apple M1 macs (#2554)
This commit is contained in:
parent
132378f30b
commit
d436e846ab
|
@ -50,6 +50,7 @@ class TargetAction(argparse.Action):
|
||||||
"THUMBV7_VFP": "thumbv7",
|
"THUMBV7_VFP": "thumbv7",
|
||||||
"X86_32": "i386",
|
"X86_32": "i386",
|
||||||
"X86_64": "x86_64",
|
"X86_64": "x86_64",
|
||||||
|
"AARCH64": "arm64"
|
||||||
}
|
}
|
||||||
|
|
||||||
def __call__(self, parser, namespace, values, option_string=None):
|
def __call__(self, parser, namespace, values, option_string=None):
|
||||||
|
|
|
@ -15,7 +15,7 @@ function help()
|
||||||
echo "test_wamr.sh [options]"
|
echo "test_wamr.sh [options]"
|
||||||
echo "-c clean previous test results, not start test"
|
echo "-c clean previous test results, not start test"
|
||||||
echo "-s {suite_name} test only one suite (spec|wasi_certification)"
|
echo "-s {suite_name} test only one suite (spec|wasi_certification)"
|
||||||
echo "-m set compile target of iwasm(x86_64|x86_32|armv7_vfp|thumbv7_vfp|riscv64_lp64d|riscv64_lp64)"
|
echo "-m set compile target of iwasm(x86_64|x86_32|armv7_vfp|thumbv7_vfp|riscv64_lp64d|riscv64_lp64|aarch64)"
|
||||||
echo "-t set compile type of iwasm(classic-interp|fast-interp|jit|aot|fast-jit|multi-tier-jit)"
|
echo "-t set compile type of iwasm(classic-interp|fast-interp|jit|aot|fast-jit|multi-tier-jit)"
|
||||||
echo "-M enable multi module feature"
|
echo "-M enable multi module feature"
|
||||||
echo "-p enable multi thread feature"
|
echo "-p enable multi thread feature"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user