detail: Thomas Rast <trast@xxxxxxxxxxxxxxx> writes: > With gcc's --coverage option, we can perform automatic coverage data I don't think gcc has a --coverage ... > +COVERAGE_CFLAGS = $(CFLAGS) -O0 -ftest-coverage -fprofile-arcs > +COVERAGE_LDFLAGS = $(CFLAGS) -O0 -lgcov ... and this is not the one you are using anyway. (but great thing to use gcov! thanks) -- Matthieu -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html