mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Copy input files to test directory.
With r196184, llvm-cov creates a new file right next to the input file. However, the Inputs-directory can't simply be assumed to be writable under all build systems. Also, this prevents a new source file from showing up in the source tree if the test aborts before the call to "rm". llvm-svn: 196228
This commit is contained in:
parent
303fa9666e
commit
37be421ce0
@ -1,7 +1,4 @@
|
||||
RUN: cd %p/Inputs
|
||||
# "cd" is unsupported in lit internal runner.
|
||||
REQUIRES: shell
|
||||
|
||||
RUN: cp %p/Inputs/test.* .
|
||||
RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
|
||||
RUN: diff -aub test.cpp.gcov test.cpp.llcov
|
||||
RUN: rm test.cpp.llcov
|
||||
|
Loading…
x
Reference in New Issue
Block a user