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 8ae988d commit 01209f5Copy full SHA for 01209f5
.gitignore
@@ -170,3 +170,4 @@ 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
173
+integration_tests/test_c_interop_04.c
integration_tests/CMakeLists.txt
@@ -156,7 +156,7 @@ 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 c
158
EXTRAFILES test_c_interop_03b.c)
159
-RUN(NAME test_c_interop_04 LABELS llvm
+RUN(NAME test_c_interop_04 LABELS llvm c
160
EXTRAFILES test_c_interop_04b.c)
161
RUN(NAME test_c_interop_05 LABELS llvm
162
EXTRAFILES test_c_interop_05b.c)
0 commit comments