summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/Posix/instrprof-gcov-execlp.test
blob: 1d136ce97907e6be7ca7045b5c5e8963f975f014 (plain)
1
2
3
4
5
6
7
8
9
10
RUN: mkdir -p %t.d
RUN: cd %t.d

RUN: %clang --coverage -o %t %S/../Inputs/instrprof-gcov-execlp.c
RUN: test -f instrprof-gcov-execlp.gcno

RUN: rm -f instrprof-gcov-execlp.gcda
RUN: %run %t
RUN: llvm-cov gcov -b -c instrprof-gcov-execlp.gcda
RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-execlp.c.gcov %S/../Inputs/instrprof-gcov-execlp.c.gcov
OpenPOWER on IntegriCloud