Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bbdf8e

Browse files
committed
C: Enable tests
1 parent 53c2b3e commit 0bbdf8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration_tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ RUN(NAME test_list_10 LABELS cpython llvm c)
279279
RUN(NAME test_list_section LABELS cpython llvm c)
280280
RUN(NAME test_tuple_01 LABELS cpython llvm c)
281281
RUN(NAME test_tuple_02 LABELS cpython llvm c)
282-
RUN(NAME test_tuple_03 LABELS cpython llvm)
282+
RUN(NAME test_tuple_03 LABELS cpython llvm c)
283283
RUN(NAME test_dict_01 LABELS cpython llvm c)
284284
RUN(NAME test_dict_02 LABELS cpython llvm c)
285285
RUN(NAME test_dict_03 LABELS cpython llvm)
@@ -408,9 +408,9 @@ RUN(NAME str_to_list_cast LABELS cpython llvm c)
408408

409409
RUN(NAME generics_01 LABELS cpython llvm c)
410410
RUN(NAME generics_02 LABELS cpython llvm c)
411-
RUN(NAME generics_array_01 LABELS cpython llvm)
411+
RUN(NAME generics_array_01 LABELS cpython llvm c)
412412
RUN(NAME generics_array_02 LABELS cpython llvm)
413-
RUN(NAME generics_array_03 LABELS cpython llvm)
413+
RUN(NAME generics_array_03 LABELS cpython llvm c)
414414
RUN(NAME generics_list_01 LABELS cpython llvm c)
415415
RUN(NAME test_statistics LABELS cpython llvm)
416416
RUN(NAME test_str_attributes LABELS cpython llvm c)

0 commit comments

Comments
 (0)