mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Added basic unit test for llvm-cov.
This test compares the output of llvm-cov against a coverage file generated by gcov. Since the source file must be in the current directory when reading GCNO files, the test will first cd into the Inputs directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
2
test/tools/llvm-cov/llvm-cov.test
Normal file
2
test/tools/llvm-cov/llvm-cov.test
Normal file
@@ -0,0 +1,2 @@
|
||||
RUN: cd %p/Inputs && llvm-cov -gcno=test.gcno -gcda=test.gcda \
|
||||
RUN: | diff test.cpp.gcov -
|
||||
Reference in New Issue
Block a user