Skip to content

Commit a357944

Browse files
committed
Updated reference tests
1 parent be793bc commit a357944

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,5 @@ src/lpython/parser/parser.tab.hh
168168
integration_tests/test_c_interop_01.c
169169
integration_tests/test_c_interop_01
170170
integration_tests/test_c_interop_03
171+
integration_tests/test_c_interop_03.c
171172
integration_tests/test_c_interop_04

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ RUN(NAME test_math_02 LABELS cpython llvm)
154154
RUN(NAME test_c_interop_01 LABELS cpython llvm c)
155155
RUN(NAME test_c_interop_02 LABELS cpython llvm c
156156
EXTRAFILES test_c_interop_02b.c)
157-
RUN(NAME test_c_interop_03 LABELS llvm
157+
RUN(NAME test_c_interop_03 LABELS llvm c
158158
EXTRAFILES test_c_interop_03b.c)
159159
RUN(NAME test_c_interop_04 LABELS llvm
160160
EXTRAFILES test_c_interop_04b.c)

0 commit comments

Comments
 (0)