Added basic unit test for llvm-cov.

This test compares the output of llvm-cov against a coverage file
generated by gcov.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Yuchen Wu
2013-11-05 01:56:23 +00:00
parent d8acf0078c
commit 07a59fbd3b
7 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda -C=%p/Inputs/ \
RUN: | diff %p/Inputs/test.cpp.gcov -