Copy input files to test directory.
[oota-llvm.git] / test / tools / llvm-cov / llvm-cov.test
1 RUN: cp %p/Inputs/test.* .
2 RUN: llvm-cov -gcno=test.gcno -gcda=test.gcda
3 RUN: diff -aub test.cpp.gcov test.cpp.llcov
4 RUN: rm test.cpp.llcov
5
6 RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
7
8 RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
9
10 XFAIL: powerpc64, s390x, mips