Added basic unit test for llvm-cov.
authorYuchen Wu <yuchenericwu@hotmail.com>
Wed, 13 Nov 2013 22:50:15 +0000 (22:50 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Wed, 13 Nov 2013 22:50:15 +0000 (22:50 +0000)
commit86e37f567b23a37d4656d13972d0679fc53da1af
treed7aa829c0e0e238f621c35805ec6936c0d1afe31
parentf44941d81dc30cfd357c12292059721c9644a27f
Added basic unit test for llvm-cov.

This test compares the output of llvm-cov against a coverage file
generated by gcov. Currently, llvm-cov does not work on certain
platforms (namely big-endian architectures such as PowerPC, among
others). These platforms are marked as XFAIL for now, but will be fixed
later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194616 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]