diff --git a/tests/.DS_Store b/tests/.DS_Store new file mode 100644 index 0000000..fd2d9c6 Binary files /dev/null and b/tests/.DS_Store differ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3ed4776..a007f81 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -102,6 +102,9 @@ function(add_testcase runwasi test) if(WASI_SDK_EXCEPTIONS) set(runner "${runner} -Wexceptions") endif() + if(target MATCHES "wasip3") + set(runner "${runner} -Wcomponent-model-async -Wcomponent-model-threading -Sp3") + endif() endif() add_test( NAME test-${target_name}