llvm-6502/test/tools/llvm-cov/Inputs
Yuchen Wu d99e04db6a Added basic unit test for llvm-cov.
This test compares the output of llvm-cov against a coverage file
generated by gcov. Since the source file must be in the current
directory when reading GCNO files, the test will first cd into the
Inputs directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194451 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-12 04:52:53 +00:00
..
README Added basic unit test for llvm-cov. 2013-11-12 04:52:53 +00:00
test.cpp Added basic unit test for llvm-cov. 2013-11-12 04:52:53 +00:00
test.cpp.gcov Added basic unit test for llvm-cov. 2013-11-12 04:52:53 +00:00
test.gcda Added basic unit test for llvm-cov. 2013-11-12 04:52:53 +00:00
test.gcno Added basic unit test for llvm-cov. 2013-11-12 04:52:53 +00:00

These inputs were pre-generated to allow for easier testing of llvm-cov.

test.gcno and test.gcda were create by running the latest version of clang:
  clang++ -g -ftest-coverage -fprofile-arcs test.cpp

test.cpp.gcov was created by running gcov 4.2.1:
  gcov test.cpp