mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01: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. llvm-svn: 196305
This commit is contained in:
parent
8deac270cf
commit
ad35ed9bc2
@ -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…
x
Reference in New Issue
Block a user