From 86e37f567b23a37d4656d13972d0679fc53da1af Mon Sep 17 00:00:00 2001 From: Yuchen Wu Date: Wed, 13 Nov 2013 22:50:15 +0000 Subject: Added basic unit test for llvm-cov. This test compares the output of llvm-cov against a coverage file generated by gcov. Currently, llvm-cov does not work on certain platforms (namely big-endian architectures such as PowerPC, among others). These platforms are marked as XFAIL for now, but will be fixed later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194616 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-cov/lit.local.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/tools/llvm-cov/lit.local.cfg (limited to 'test/tools/llvm-cov/lit.local.cfg') diff --git a/test/tools/llvm-cov/lit.local.cfg b/test/tools/llvm-cov/lit.local.cfg new file mode 100644 index 0000000000..df9b335dd1 --- /dev/null +++ b/test/tools/llvm-cov/lit.local.cfg @@ -0,0 +1 @@ +config.suffixes = ['.test'] -- cgit v1.2.3