Skip to content

Commit 0dd9a03

Browse files
committed
WASM: TEST: Enable supporting tests for modules
1 parent a87500d commit 0dd9a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ RUN(NAME test_dict_03 LABELS cpython llvm)
197197
RUN(NAME test_dict_04 LABELS cpython llvm)
198198
RUN(NAME test_dict_05 LABELS cpython llvm)
199199
RUN(NAME test_for_loop LABELS cpython llvm c)
200-
RUN(NAME modules_01 LABELS cpython llvm)
201-
RUN(NAME modules_02 LABELS cpython llvm)
200+
RUN(NAME modules_01 LABELS cpython llvm wasm)
201+
RUN(NAME modules_02 LABELS cpython llvm wasm)
202202
RUN(NAME test_import_01 LABELS cpython llvm)
203203
RUN(NAME test_math LABELS cpython llvm)
204204
RUN(NAME test_numpy_01 LABELS cpython llvm c)

0 commit comments

Comments
 (0)