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 be793bc commit a357944Copy full SHA for a357944
.gitignore
@@ -168,4 +168,5 @@ src/lpython/parser/parser.tab.hh
168
integration_tests/test_c_interop_01.c
169
integration_tests/test_c_interop_01
170
integration_tests/test_c_interop_03
171
+integration_tests/test_c_interop_03.c
172
integration_tests/test_c_interop_04
integration_tests/CMakeLists.txt
@@ -154,7 +154,7 @@ RUN(NAME test_math_02 LABELS cpython llvm)
154
RUN(NAME test_c_interop_01 LABELS cpython llvm c)
155
RUN(NAME test_c_interop_02 LABELS cpython llvm c
156
EXTRAFILES test_c_interop_02b.c)
157
-RUN(NAME test_c_interop_03 LABELS llvm
+RUN(NAME test_c_interop_03 LABELS llvm c
158
EXTRAFILES test_c_interop_03b.c)
159
RUN(NAME test_c_interop_04 LABELS llvm
160
EXTRAFILES test_c_interop_04b.c)
0 commit comments