Enable wamr-test-suites on MacOS (#740)

This commit is contained in:
YAMAMOTO Takashi
2021-09-10 11:11:46 +09:00
committed by GitHub
parent 88192ab13b
commit ea835db54c
3 changed files with 35 additions and 10 deletions

View File

@ -18,7 +18,8 @@ DEBUG set -xevu
readonly SPEC_TEST_DIR="spec/test/core"
readonly WAST2WASM_CMD="./wabt/out/gcc/Release/wat2wasm"
readonly WAMRC_CMD="../../../wamr-compiler/build/wamrc"
IWASM_CMD="../../../product-mini/platforms/linux/build/iwasm"
PLATFORM=$(uname -s | tr A-Z a-z)
IWASM_CMD="../../../product-mini/platforms/${PLATFORM}/build/iwasm"
# "imports" and "linking" are only avilable when enabling multi modules
# "comments" is for runtest.py