Files
clang-p2996/llvm/test/tools/sancov/stats.test
Mike Aizatsky f07f9f8b5f [sancov] skip dead files from computations
Differential Revision: https://reviews.llvm.org/D27863

llvm-svn: 290017
2016-12-17 00:11:48 +00:00

10 lines
228 B
Plaintext

REQUIRES: x86_64-linux
RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
CHECK: all-edges: 8
CHECK: cov-edges: 5
CHECK: all-functions: 2
CHECK: cov-functions: 2