Update runner args

pull/640/head
Sy Brand 6 months ago
parent cf6bdb0090
commit 384e73daa2

BIN
tests/.DS_Store vendored

Binary file not shown.

@ -102,6 +102,9 @@ function(add_testcase runwasi test)
if(WASI_SDK_EXCEPTIONS) if(WASI_SDK_EXCEPTIONS)
set(runner "${runner} -Wexceptions") set(runner "${runner} -Wexceptions")
endif() endif()
if(target MATCHES "wasip3")
set(runner "${runner} -Wcomponent-model-async -Wcomponent-model-threading -Sp3")
endif()
endif() endif()
add_test( add_test(
NAME test-${target_name} NAME test-${target_name}

Loading…
Cancel
Save