From fa3c650fb7fe27e8227f3b88b0de1f76a6ab4079 Mon Sep 17 00:00:00 2001 From: Gagandeep Singh Date: Fri, 17 Jun 2022 19:55:21 +0530 Subject: [PATCH] Updated reference tests --- .gitignore | 1 + integration_tests/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 75b2f8d9d4..9ea0336d02 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/integration_tests/CMakeLists.txt b/integration_tests/CMakeLists.txt index b0b56251e5..72e0f749a5 100644 --- a/integration_tests/CMakeLists.txt +++ b/integration_tests/CMakeLists.txt @@ -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)