enable CM-async/wasip3 in wasmtime tests

Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
Roman Volosatovs 2 months ago
parent 5cdbe1f1db
commit 73e9ec8cae
No known key found for this signature in database
GPG Key ID: 216DD5F8CA6618A1

@ -97,6 +97,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 -Sp3")
endif()
endif()
add_test(
NAME test-${target_name}

Loading…
Cancel
Save