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 a87500d commit 0dd9a03Copy full SHA for 0dd9a03
integration_tests/CMakeLists.txt
@@ -197,8 +197,8 @@ RUN(NAME test_dict_03 LABELS cpython llvm)
197
RUN(NAME test_dict_04 LABELS cpython llvm)
198
RUN(NAME test_dict_05 LABELS cpython llvm)
199
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)
+RUN(NAME modules_01 LABELS cpython llvm wasm)
+RUN(NAME modules_02 LABELS cpython llvm wasm)
202
RUN(NAME test_import_01 LABELS cpython llvm)
203
RUN(NAME test_math LABELS cpython llvm)
204
RUN(NAME test_numpy_01 LABELS cpython llvm c)
0 commit comments