Improve testing for the C API
authorAmaury Sechet <deadalnix@gmail.com>
Thu, 4 Feb 2016 23:26:19 +0000 (23:26 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Thu, 4 Feb 2016 23:26:19 +0000 (23:26 +0000)
commite8ea7d8b1dff7bca3812da705437aac56ef6b105
treeff65062afb586b60d16b024d45673ba9ff0999d6
parentf9cec37880805bad4d54571f90688d1ab11688b2
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/test/Bindings/llvm-c/echo.ll [new file with mode: 0644]
llvm/tools/llvm-c-test/CMakeLists.txt
llvm/tools/llvm-c-test/calc.c
llvm/tools/llvm-c-test/echo.cpp [new file with mode: 0644]
llvm/tools/llvm-c-test/llvm-c-test.h
llvm/tools/llvm-c-test/main.c
llvm/tools/llvm-c-test/metadata.c
llvm/tools/llvm-c-test/module.c
llvm/tools/llvm-c-test/object.c