We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa3d4c commit fb5ae68Copy full SHA for fb5ae68
extension/wasm/CMakeLists.txt
@@ -51,6 +51,6 @@ target_include_directories(
51
)
52
target_link_libraries(executorch_wasm PUBLIC ${link_libraries})
53
54
-if(BUILD_TESTING)
+if(EXECUTORCH_BUILD_WASM_TESTS)
55
add_subdirectory(test)
56
endif()
scripts/build_wasm_tests.sh
@@ -15,7 +15,7 @@ emcmake cmake . -DEXECUTORCH_BUILD_WASM=ON \
15
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
16
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
17
-DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
18
- -DBUILD_TESTING=ON \
+ -DEXECUTORCH_BUILD_WASM_TESTS=ON \
19
-DCMAKE_BUILD_TYPE=Release \
20
-B"${CMAKE_OUT}"
21
0 commit comments