Skip to content

Commit

Permalink
Updated reference tests
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Jun 17, 2022
1 parent eb962ad commit fa3c650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ integration_tests/bindc_01
integration_tests/bindc_01.c
integration_tests/bindc_02
integration_tests/bindc_02.c
integration_tests/bindc_03
2 changes: 2 additions & 0 deletions integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ RUN(NAME test_c_interop_04 LABELS cpython llvm c
EXTRAFILES test_c_interop_04b.c)
RUN(NAME test_c_interop_05 LABELS llvm c
EXTRAFILES test_c_interop_05b.c)
RUN(NAME bindc_03 LABELS llvm
EXTRAFILES bindc_03b.c)
RUN(NAME test_generics_01 LABELS cpython llvm)
RUN(NAME test_cmath LABELS cpython llvm)
RUN(NAME test_complex LABELS cpython llvm)
Expand Down

0 comments on commit fa3c650

Please sign in to comment.