Skip to content

Commit b33af13

Browse files
authored
Merge pull request #2295 from Shaikh-Ubaid/move_test_modules_to_integration_tests
Refactor: Move test_modules folder to integration_tests
2 parents 39d3b47 + 89786e3 commit b33af13

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,7 @@ RUN(NAME modules_02 LABELS cpython llvm c wasm wasm_x86 wasm_x64)
562562
RUN(NAME test_import_01 LABELS cpython llvm c)
563563
RUN(NAME test_import_02 LABELS cpython llvm c)
564564
RUN(NAME test_import_03 LABELS cpython llvm c)
565-
RUN(NAME test_import_04 IMPORT_PATH ..
566-
LABELS cpython llvm c)
565+
RUN(NAME test_import_04 LABELS cpython llvm c)
567566
RUN(NAME test_import_05 LABELS cpython llvm c wasm wasm_x86 wasm_x64)
568567
RUN(NAME test_import_06 LABELS cpython llvm)
569568
RUN(NAME test_import_07 LABELS cpython llvm c)
File renamed without changes.

0 commit comments

Comments
 (0)