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 a46a617 commit e19854eCopy full SHA for e19854e
tests/unit/shared-heap/CMakeLists.txt
@@ -10,7 +10,7 @@ add_definitions(-DRUN_ON_LINUX)
10
set(WAMR_BUILD_APP_FRAMEWORK 0)
11
set(WAMR_BUILD_AOT 1)
12
set(WAMR_BUILD_INTERP 1)
13
-set(WAMR_BUILD_FAST_INTERP 1)
+set(WAMR_BUILD_FAST_INTERP 0)
14
set(WAMR_BUILD_JIT 0)
15
if(WAMR_BUILD_TARGET STREQUAL "X86_32")
16
set(WAMR_BUILD_MEMORY64 0)
tests/unit/unsupported-features/CMakeLists.txt
@@ -8,8 +8,9 @@ project(unsupported_features_tests)
8
include(CMakePrintHelpers)
9
# fake target
+set(WAMR_BUILD_INTERP 1)
include(../unit_common.cmake)
-add_library(unsupported_features_tests EXCLUDE_FROM_ALL ${WAMR_RUNTIME_LIB_SOURCE})
+add_library(unsupported_features_tests ${WAMR_RUNTIME_LIB_SOURCE})
enable_testing()
0 commit comments