Hello,
I am trying to do code coverage with multiple generated tests with ghdl (gcc backend). I have a problem with gcov outputs. One test overwrites the gcov outputs of another.
I have found a solution, change the environment variable for each test. It is possible?
https://gcc.gnu.org/onlinedocs/gcc/Cross-profiling.html
Hello,
I am trying to do code coverage with multiple generated tests with ghdl (gcc backend). I have a problem with gcov outputs. One test overwrites the gcov outputs of another.
I have found a solution, change the environment variable for each test. It is possible?
https://gcc.gnu.org/onlinedocs/gcc/Cross-profiling.html