mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
llvm-cov: Another fix to llvm-cov test.
Copy all test files to temporary directory, not just test.* files. Tests didn't fail because the missing files occurred in XFAILS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196305 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aceff4a16e
commit
2575bc901b
@ -3,7 +3,7 @@ REQUIRES: shell
|
||||
RUN: rm -rf %t
|
||||
RUN: mkdir %t
|
||||
RUN: cd %t
|
||||
RUN: cp %p/Inputs/test.* .
|
||||
RUN: cp %p/Inputs/test* .
|
||||
|
||||
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
|
||||
RUN: diff -aub test.cpp.gcov test.cpp.llcov
|
||||
|
Loading…
Reference in New Issue
Block a user