summaryrefslogtreecommitdiffstats
path: root/tester/covoar/covmerge.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove app_common and all references to itRyan Long2021-08-031-1/+0
| | | | | | - Removed the includes of app_common.h - Removed app_common references in build infrastructure - Removed app_common.cc and app_common.h
* Remove TargetInfo global variableRyan Long2021-08-031-1/+6
| | | | | | | - Remove TargetInfo from app_common - Created the targetInfo_m member variable in CoverageReaderBase, TraceWriterBase, and ObjdumpProcessor - Made functions to set the value of targetInfo_m
* covoar: Remove training white spacesJoel Sherrill2021-04-061-16/+16
|
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+541
Use waf to build covoar.