I have a custom operating system(i.e. call it "CustomOS") which is based off off Fendora. It is identical to Fendora except it has a custom kernel and some special tools installed on it.
The custom OS image is compiled/built on a fendora machine (Machine A) and is loaded on to a different (Machine B)
I want to run basic Filesystem tests on the "CustomOS" (Machine B) and generate GCOV/Code coverage data for these tests.
Given that the operating system is complied on a different machine(Machine A) , Is it possible to generate Gcov/code coverage for Machine B ?
If so, could someone explain how I could go about doing this ?
Thanks for your help