Control which kinds of gcov output to verify.
From-SVN: r45467
This commit is contained in:
parent
0c2ba6f1c9
commit
518c36b65e
2
gcc/testsuite/gcc.misc-tests/gcov-4b.x
Normal file
2
gcc/testsuite/gcc.misc-tests/gcov-4b.x
Normal file
@ -0,0 +1,2 @@
|
||||
set gcov_verify_branches 1
|
||||
return 0
|
2
gcc/testsuite/gcc.misc-tests/gcov-5b.x
Normal file
2
gcc/testsuite/gcc.misc-tests/gcov-5b.x
Normal file
@ -0,0 +1,2 @@
|
||||
set gcov_verify_branches 1
|
||||
return 0
|
3
gcc/testsuite/gcc.misc-tests/gcov-6.x
Normal file
3
gcc/testsuite/gcc.misc-tests/gcov-6.x
Normal file
@ -0,0 +1,3 @@
|
||||
set gcov_verify_branches 1
|
||||
set gcov_verify_calls 1
|
||||
return 0
|
3
gcc/testsuite/gcc.misc-tests/gcov-7.x
Normal file
3
gcc/testsuite/gcc.misc-tests/gcov-7.x
Normal file
@ -0,0 +1,3 @@
|
||||
set gcov_verify_branches 1
|
||||
set gcov_verify_calls 1
|
||||
return 0
|
Loading…
Reference in New Issue
Block a user