Files
llvm/test/tools/sancov/validation.test
T
Mike Aizatsky fe2b115a25 [sancov] better input parameters validation
Differential Revision: https://reviews.llvm.org/D30370

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296900 91177308-0d34-0410-b5e6-96231b3b80d8
2017-03-03 18:22:20 +00:00

7 lines
241 B
Plaintext

REQUIRES: x86_64-linux
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.