From e8ea7d8b1dff7bca3812da705437aac56ef6b105 Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Thu, 4 Feb 2016 23:26:19 +0000 Subject: Improve testing for the C API Summary: This basically add an echo test case in C. The support is limited right now, but full support would just be too much to review at once. The echo test case simply get a module as input and try to output the same exact module. This allow to check the both reading and writing API are working as expected. I want to improve this test over time to support more and more of the API, in order to improve coverage (coverage is quite poor right now). Test Plan: Run the test. Reviewers: chandlerc, bogner Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10725 llvm-svn: 259844 --- llvm/tools/llvm-c-test/calc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/tools/llvm-c-test/calc.c') diff --git a/llvm/tools/llvm-c-test/calc.c b/llvm/tools/llvm-c-test/calc.c index 3119ccf8e9a..646b5b056ac 100644 --- a/llvm/tools/llvm-c-test/calc.c +++ b/llvm/tools/llvm-c-test/calc.c @@ -14,7 +14,6 @@ \*===----------------------------------------------------------------------===*/ #include "llvm-c-test.h" -#include "llvm-c/Core.h" #include #include #include -- cgit v1.2.3