Skip to content

Commit 731b374

Browse files
kateinoigakukunrunner
authored andcommitted
[wasm][test] Recognize WASI as a supported SDK in test build
1 parent 10014eb commit 731b374

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
@@ -110,7 +110,8 @@ function(get_test_dependencies SDK result_var_name)
110110
("${SDK}" STREQUAL "OPENBSD") OR
111111
("${SDK}" STREQUAL "ANDROID") OR
112112
("${SDK}" STREQUAL "WINDOWS") OR
113-
("${SDK}" STREQUAL "HAIKU"))
113+
("${SDK}" STREQUAL "HAIKU") OR
114+
("${SDK}" STREQUAL "WASI"))
114115
# No extra dependencies.
115116
else()
116117
message(FATAL_ERROR "Unknown SDK: ${SDK}")

0 commit comments

Comments
 (0)