Skip to content

Commit 11045d9

Browse files
kateinoigakukunrunner
authored andcommitted
[wasm][test] Recognize WASI as a supported SDK in test build
1 parent 11bd1cc commit 11045d9

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
@@ -114,7 +114,8 @@ function(get_test_dependencies SDK result_var_name)
114114
("${SDK}" STREQUAL "OPENBSD") OR
115115
("${SDK}" STREQUAL "ANDROID") OR
116116
("${SDK}" STREQUAL "WINDOWS") OR
117-
("${SDK}" STREQUAL "HAIKU"))
117+
("${SDK}" STREQUAL "HAIKU") OR
118+
("${SDK}" STREQUAL "WASI"))
118119
# No extra dependencies.
119120
else()
120121
message(FATAL_ERROR "Unknown SDK: ${SDK}")

0 commit comments

Comments
 (0)