]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Added basic unit test for llvm-cov.
authorYuchen Wu <yuchenericwu@hotmail.com>
Tue, 5 Nov 2013 01:56:23 +0000 (01:56 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Tue, 5 Nov 2013 01:56:23 +0000 (01:56 +0000)
commit07a59fbd3baed0b729f1437a6635ee1d8d463929
tree4d5d36a1769ec54756ef26f55ef8997f5b40a89b
parentd8acf0078cf363252727acff00f85ae8074f95b3
Added basic unit test for llvm-cov.

This test compares the output of llvm-cov against a coverage file
generated by gcov.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194038 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/Inputs/README [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.cpp [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.gcda [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.gcno [new file with mode: 0644]
test/tools/llvm-cov/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-cov/llvm-cov.test [new file with mode: 0644]