From 07a59fbd3baed0b729f1437a6635ee1d8d463929 Mon Sep 17 00:00:00 2001 From: Yuchen Wu Date: Tue, 5 Nov 2013 01:56:23 +0000 Subject: 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 --- test/tools/llvm-cov/Inputs/test.gcda | Bin 0 -> 857 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/test.gcda (limited to 'test/tools/llvm-cov/Inputs/test.gcda') diff --git a/test/tools/llvm-cov/Inputs/test.gcda b/test/tools/llvm-cov/Inputs/test.gcda new file mode 100644 index 0000000000..16fff43acc Binary files /dev/null and b/test/tools/llvm-cov/Inputs/test.gcda differ -- cgit v1.2.3