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