1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/tools/llvm-cov/Inputs
Yuchen Wu 8c734a4736 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.

llvm-svn: 194451
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