summaryrefslogtreecommitdiffstats
path: root/tester/covoar/CoverageReaderTSIM.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CoverageReaderTSIM.cc: Fix formattingRyan Long2021-09-071-4/+6
|
* CoverageReader: Convert to C++Ryan Long2021-09-071-10/+11
|
* 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 BranchInfoAvailable global variableRyan Long2021-08-031-2/+2
| | | | | | - Removed BranchInfoAvailable from app_common - Created member variable in CoverageReaderBase and ReportsBase and a function to get the value of the member variable
* covoar: Eliminate tabsJoel Sherrill2021-04-061-8/+8
|
* tester/covoar: Remove all exit() calls and throw an rld::error exception.Chris Johns2018-06-181-18/+21
| | | | Add a suitable catch to covoar's main.
* covoar: Merger the covoar source from rtems-testing.git.Chris Johns2014-06-181-0/+102
Use waf to build covoar.