Skip to content

Commit 4f9cc9c

Browse files
committed
Update integration tests with C backend for complex
1 parent 1b33f60 commit 4f9cc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ RUN(NAME bindc_03 LABELS llvm
235235
EXTRAFILES bindc_03b.c)
236236
RUN(NAME test_generics_01 LABELS cpython llvm)
237237
RUN(NAME test_cmath LABELS cpython llvm)
238-
RUN(NAME test_complex LABELS cpython llvm)
238+
RUN(NAME test_complex LABELS cpython llvm c)
239239
RUN(NAME test_max_min LABELS cpython llvm)
240240
RUN(NAME test_global LABELS cpython llvm)
241241
RUN(NAME test_integer_bitnot LABELS cpython llvm)

0 commit comments

Comments
 (0)