Skip to content

Commit 67bb0b4

Browse files
kateinoigakukunrunner
authored andcommitted
[wasm][test] Recognize WASI as a supported SDK in test build
1 parent b6524d3 commit 67bb0b4

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

0 commit comments

Comments
 (0)