Skip to content

Commit 2eb5fbd

Browse files
committed
enable WAMR_BUILD_MULTI_MODULE to apply all wasm-vm unit tests
1 parent 1289671 commit 2eb5fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/wasm-vm/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ set(WAMR_BUILD_FAST_INTERP 0)
1212
set(WAMR_BUILD_INTERP 1)
1313
set(WAMR_BUILD_JIT 0)
1414
set(WAMR_BUILD_LIBC_BUILTIN 1)
15+
set(WAMR_BUILD_MULTI_MODULE 1)
1516

1617
add_definitions (-Dattr_container_malloc=malloc)
1718
add_definitions (-Dattr_container_free=free)

0 commit comments

Comments
 (0)