his is what you want for your test, I suggest to take a look at
> qual-tool/svrmanager.py and qual-tool/ccoverage_process.py.
>
> Basically for this what you need to do:
>
> * Compile RTEMS with coverage flags. This will generate the gcno files
> * Run your test, the reports shoul
t for coverage in RTEMS itself)
> * Use/adapt ccoverage_process.py to generate the coverage reports, which
> makes use of the gcovr tool.
>
> Hope this helps
>
> José
>
> -Original Message-
> From: devel On Behalf Of Jerzy Jaskuc
> Sent: 16 de março de 2022 16:46
&
Hi,
I've been looking into generating code coverage reports from RTEMS tests in
RTEMS 6.
I'm using SPARC with gr712rc BSP.
I'm following the steps outlined in the coverage analysis documentation
https://docs.rtems.org/branches/master/user/testing/coverage.html
However, when I run it on any tests
Thanks Sebastian!
It seems like it was dependency tracking. All is working now after deleting
the build directory.
Thanks and all the best,
Jerzy
On Fri, 18 Feb 2022 at 11:20, Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 18/02/2022 12:02, Jerzy Jaskuc wrote:
>
Hi,
I've been trying to manually build BSP using waf on RTEMS 6. I'm working
off HEAD of the RTEMS master branch.
However, on gr712rc, whenever I try to have both SMP and tests enabled I
get compile errors, which I can't really understand. When I try building
with only either option, it works in b