I have a query . Is there any way I can validate that the .c file has a corresponding .gcno and .gcda file generated. For example :
I have a sample.c file.Now I generate the .gcno and .gcda files. Again modify the sample.c file but I did not generate the latest gcda and gcno files for the modified .c file. Is ther any way I can validate if the sample.c has a correspodning .gcno and gcda files genearted?