summaryrefslogtreecommitdiffstats
path: root/tester/rtems/testing/bsps/leon3-qemu-cov.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tester: Remove target from BSP coverage configsAlex White2021-03-301-1/+0
|
* tester: Add qemu_opts_serialSebastian Huber2020-02-251-1/+1
| | | | | | The realview_pbx_a9_qemu test configuration for Qemu produced no output due to wrong serial/monitor settings. Remove the serial/monitor settings from qemu_opts_base and move them to the new qemu_opts_serial.
* testing/bsps: Add covoar commands in bsp ini fileVijay Kumar Banerjee2019-02-191-0/+1
|
* tester: Add script to generate html coverage report from covoar outputVijay Kumar Banerjee2018-06-051-1/+2
| | | | | | | Add support in tester to run covoar and generate an html report to display the summary of the coverage reports generated from covoar. Co-authored-by : Cillian O'Donnell <cpodonnell8@gmail.com>
* covoar: Add symbol set reader and ELF data parser to covoar.Cillian O'Donnell2018-05-011-0/+39
Add ability to organize symbol sets of libraries in INI file and then read them with covoar and load the symbols directly from the libraries. rtems-tools/../testing: Add configuration files for coverage analysis. A number of covoar options are not required and are defaulted. Co-author: Krzysztof Miesowicz <krzysztof.miesowicz@gmail.com> Co-author: Vijay Kumar Banerjee <vijaykumar9597@gmail.com> Co-author: Chris Johns <chrisj@rtems.org>