Dear all, I have gotten interested in running (and learning) coverage tests on our sources. Strangely there are exactly three failures that stand out, and which disturb the inspection results:
src/tftp.c, src/uucpd.c, talk/talk.c Any ideas what might be the cause of this? They all result in printout similar to one one reproduced below. Best regards, Mats $ cd src/ $ gcov tftp.c File 'tftp.c' Lines executed:1.25% of 558 tftp.c:creating 'tftp.c.gcov' File '<built-in>' No executable lines <built-in>:creating '<built-in>.gcov' <built-in>:cannot open source file
