]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/profile/Posix/instrprof-gcov-fork.test
Vendor import of compiler-rt trunk r351319 (just before the release_80
[FreeBSD/FreeBSD.git] / test / profile / Posix / instrprof-gcov-fork.test
1 UNSUPPORTED: linux
2
3 RUN: mkdir -p %t.d
4 RUN: cd %t.d
5
6 RUN: %clang --coverage -o %t %S/../Inputs/instrprof-gcov-fork.c
7 RUN: test -f instrprof-gcov-fork.gcno
8
9 RUN: rm -f instrprof-gcov-fork.gcda
10 RUN: %run %t
11 RUN: llvm-cov gcov -b -c instrprof-gcov-fork.gcda
12 RUN: FileCheck --match-full-lines --strict-whitespace --input-file instrprof-gcov-fork.c.gcov %S/../Inputs/instrprof-gcov-fork.c.gcov