I want to use GCOV to make code coverage but the tests will run on another machine. So the hard wired path to .gcda files in the executable won\'t work.
In order to chan
The environment variables are taken into account when you run the code.
Set them to the appropriate values on the target machine before you run your tests, and the .gcda files will be generated where you want them.
.gcda