mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-14 13:41:31 +00:00
[skip ci] reorder options of test_wamr.sh (#824)
This commit is contained in:
parent
d1be75c4a1
commit
5b62fdd061
|
@ -14,15 +14,15 @@ 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 "-b use the wabt binary release package instead of compiling from the source code"
|
echo "-s {suite_name} test only one suite (spec)"
|
||||||
echo "-M enable the multi module feature"
|
|
||||||
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)"
|
||||||
echo "-P run the spec test parallelly"
|
echo "-t set compile type of iwasm(classic-interp\fast-interp\jit\aot)"
|
||||||
|
echo "-M enable the multi module feature"
|
||||||
echo "-p enable multi thread feature"
|
echo "-p enable multi thread feature"
|
||||||
echo "-S enable SIMD"
|
echo "-S enable SIMD"
|
||||||
echo "-s {suite_name} test only one suite (spec)"
|
|
||||||
echo "-t set compile type of iwasm(classic-interp\fast-interp\jit\aot)"
|
|
||||||
echo "-x test SGX"
|
echo "-x test SGX"
|
||||||
|
echo "-b use the wabt binary release package instead of compiling from the source code"
|
||||||
|
echo "-P run the spec test parallelly"
|
||||||
}
|
}
|
||||||
|
|
||||||
OPT_PARSED=""
|
OPT_PARSED=""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user