Home | History | Annotate | Download | only in sancov
      1 REQUIRES: x86_64-linux
      2 RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
      3 
      4 CHECK: all-edges: 8
      5 CHECK: cov-edges: 5
      6 CHECK: all-functions: 2
      7 CHECK: cov-functions: 2
      8 
      9 
     10