Skip to content

Commit 92cd7c5

Browse files
kateinoigakukunrunner
authored andcommitted
[wasm][test] Recognize WASI as a supported SDK in test build
1 parent 7e81048 commit 92cd7c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ function(get_test_dependencies SDK result_var_name)
109109
("${SDK}" STREQUAL "OPENBSD") OR
110110
("${SDK}" STREQUAL "ANDROID") OR
111111
("${SDK}" STREQUAL "WINDOWS") OR
112-
("${SDK}" STREQUAL "HAIKU"))
112+
("${SDK}" STREQUAL "HAIKU") OR
113+
("${SDK}" STREQUAL "WASI"))
113114
# No extra dependencies.
114115
else()
115116
message(FATAL_ERROR "Unknown SDK: ${SDK}")

0 commit comments

Comments
 (0)