Skip to content

Commit fa3c650

Browse files
committed
Updated reference tests
1 parent eb962ad commit fa3c650

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,4 @@ integration_tests/bindc_01
177177
integration_tests/bindc_01.c
178178
integration_tests/bindc_02
179179
integration_tests/bindc_02.c
180+
integration_tests/bindc_03

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ RUN(NAME test_c_interop_04 LABELS cpython llvm c
160160
EXTRAFILES test_c_interop_04b.c)
161161
RUN(NAME test_c_interop_05 LABELS llvm c
162162
EXTRAFILES test_c_interop_05b.c)
163+
RUN(NAME bindc_03 LABELS llvm
164+
EXTRAFILES bindc_03b.c)
163165
RUN(NAME test_generics_01 LABELS cpython llvm)
164166
RUN(NAME test_cmath LABELS cpython llvm)
165167
RUN(NAME test_complex LABELS cpython llvm)

0 commit comments

Comments
 (0)