-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description: - Fix #39 - Fix #32 - Remove support for gcov-json output (nobody uses it) - Fix example build - Add additional test to make sure example builds
- Loading branch information
1 parent
23e40c6
commit eb459ef
Showing
14 changed files
with
442 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
TN:FunctionalTest1 | ||
SF:/mnt/workspace/test/functional/cmake_project/src/source1.cpp | ||
FN:3,_Z3foob | ||
FNDA:2,_Z3foob | ||
FNF:1 | ||
FNH:1 | ||
BRDA:7,0,0,1000 | ||
BRDA:7,0,1,1 | ||
BRDA:10,0,0,0 | ||
BRDA:10,0,1,1000 | ||
BRF:4 | ||
BRH:3 | ||
DA:3,2 | ||
DA:5,2 | ||
DA:7,2002 | ||
DA:8,2000 | ||
DA:10,2000 | ||
DA:11,0 | ||
DA:14,2 | ||
LF:7 | ||
LH:6 | ||
end_of_record | ||
TN:FunctionalTest1 | ||
SF:/mnt/workspace/test/functional/cmake_project/src/source2.cpp | ||
FN:3,_Z3barbii | ||
FNDA:20,_Z3barbii | ||
FNF:1 | ||
FNH:1 | ||
BRDA:5,0,0,10 | ||
BRDA:5,0,1,0 | ||
BRF:2 | ||
BRH:1 | ||
DA:3,20 | ||
DA:5,20 | ||
DA:6,20 | ||
DA:8,0 | ||
LF:4 | ||
LH:3 | ||
end_of_record |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
TN: | ||
SF:/mnt/workspace/test/functional/cmake_project/src/source1.cpp | ||
FN:3,_Z3foob | ||
FNDA:1,_Z3foob | ||
FNF:1 | ||
FNH:1 | ||
BRDA:7,0,0,1000 | ||
BRDA:7,0,1,1 | ||
BRDA:10,0,0,0 | ||
BRDA:10,0,1,1000 | ||
BRF:4 | ||
BRH:3 | ||
DA:3,1 | ||
DA:5,1 | ||
DA:7,1001 | ||
DA:8,1000 | ||
DA:10,1000 | ||
DA:11,0 | ||
DA:14,1 | ||
LF:7 | ||
LH:6 | ||
end_of_record | ||
TN: | ||
SF:/mnt/workspace/test/functional/cmake_project/src/source2.cpp | ||
FN:3,_Z3barbii | ||
FNDA:10,_Z3barbii | ||
FNF:1 | ||
FNH:1 | ||
BRDA:5,0,0,10 | ||
BRDA:5,0,1,0 | ||
BRF:2 | ||
BRH:1 | ||
DA:3,10 | ||
DA:5,10 | ||
DA:6,10 | ||
DA:8,0 | ||
LF:4 | ||
LH:3 | ||
end_of_record |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
TN: | ||
SF:/mnt/workspace/test/functional/cmake_project/src/source1.cpp | ||
FN:3,_Z3foob | ||
FN:55,_Z3barb | ||
FNDA:1,_Z3barb | ||
FNDA:2,_Z3foob | ||
FNF:2 | ||
FNH:2 | ||
BRDA:7,0,0,2000 | ||
BRDA:7,0,1,2 | ||
BRDA:10,0,0,0 | ||
BRDA:10,0,1,2000 | ||
BRDA:71,0,0,5 | ||
BRDA:71,0,1,5 | ||
BRF:6 | ||
BRH:5 | ||
DA:3,2 | ||
DA:5,2 | ||
DA:7,2002 | ||
DA:8,2000 | ||
DA:10,2000 | ||
DA:11,0 | ||
DA:14,2 | ||
DA:58,10 | ||
LF:8 | ||
LH:7 | ||
end_of_record | ||
TN: | ||
SF:/mnt/workspace/test/functional/cmake_project/src/source2.cpp | ||
FN:3,_Z3barbii | ||
FNDA:20,_Z3barbii | ||
FNF:1 | ||
FNH:1 | ||
BRDA:5,0,0,20 | ||
BRDA:5,0,1,0 | ||
BRF:2 | ||
BRH:1 | ||
DA:3,20 | ||
DA:5,20 | ||
DA:6,20 | ||
DA:8,0 | ||
LF:4 | ||
LH:3 | ||
end_of_record |
Oops, something went wrong.