summaryrefslogtreecommitdiffstats
path: root/test/make-boot-coverage-report.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use $() rather than backticks in all shellStewart Smith2018-09-131-1/+1
| | | | | | | | | | | The cool kids are all using $() these days as backticks are all backwards and uncool. Practically speaking, it makes it easier to escape things, nest things, and all the other reasons listed on http://mywiki.wooledge.org/BashFAQ/082 Signed-off-by: Stewart Smith <stewart@linux.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Support doing physical machine boot tests with gcovStewart Smith2015-05-271-2/+3
| | | | | | | We can boot FSP machines and extract GCOV coverage report from them combining with Mambo reports Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Enable multiple boot tests based on op-build verisonsStewart Smith2015-05-261-8/+23
| | | | | | We also add a makefile to help people re-create the images. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Add boot-coverage-report targetStewart Smith2015-05-251-0/+19
This target will run the (two) current boot tests and produce lcov coverage of skiboot from running them in Mambo. Everything is pretty hard coded at this stage and should most certainly be improved upon, especially if we want input from real hardware or to have more boot tests. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud