1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/test/tools/llvm-cov/Inputs/test_no_output.output
Justin Bogner b8e01630df llvm-cov: Implement --no-output
In gcov, there's a -n/--no-output option, which disables the writing
of any .gcov files, so that it emits only the summary info on stdout.
This implements the same behaviour in llvm-cov.

llvm-svn: 208148
2014-05-07 02:11:18 +00:00

7 lines
90 B
Plaintext

File 'test.cpp'
Lines executed:84.21% of 38
File './test.h'
Lines executed:100.00% of 1