summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/sources_specified
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cov] Reland sources-specified.test with addition of "-path-equivalence".Max Moroz2017-10-131-0/+0
| | | | | | | | | | | | Summary: This version of tests should be working properly. Reviewers: vsk Reviewed By: vsk Differential Revision: https://reviews.llvm.org/D38889 llvm-svn: 315714
* [llvm-cov] Generate "report" for given source paths if sources are specified.Max Moroz2017-10-136-0/+20
Summary: Documentation says that user can specify sources for both "show" and "report" commands. "Show" command respects specified sources, but "report" does not. It is useful to have both "show" and "report" generated for specified sources. Also added tests to for both commands with sources specified. Reviewers: vsk, kcc Reviewed By: vsk Differential Revision: https://reviews.llvm.org/D38860 llvm-svn: 315685
OpenPOWER on IntegriCloud