summaryrefslogtreecommitdiff
path: root/llvm/test/tools/sancov/validation.test
blob: fdcfd0610f82e7968525179c1ee23c7d471e51fe (plain)
1
2
3
4
5
6
REQUIRES: x86-registered-target
RUN: not sancov -covered-functions %p/Inputs/test-linux_x86_64 2>&1 | FileCheck --check-prefix=NOCFILE %s

NOCFILE: WARNING: No coverage file for {{.*}}test-linux_x86_64
NOCFILE: ERROR: No valid coverage files given.