xref: /llvm-project/llvm/test/tools/sancov/validation.test (revision 6a74ad6baad45b8572d196f7f290593ed62075b5)
1REQUIRES: x86-registered-target
2RUN: not sancov -covered-functions %p/Inputs/test-linux_x86_64 2>&1 | FileCheck --check-prefix=NOCFILE %s
3
4NOCFILE: WARNING: No coverage file for {{.*}}test-linux_x86_64
5NOCFILE: ERROR: No valid coverage files given.
6
7