Hi Simon, Simon Josefsson <[EMAIL PROTECTED]> writes:
> +COVERAGE_CCOPTS ?= "-g -fprofile-arcs -ftest-coverage" Looks to me that `--coverage' is more appropriate as it adds all `-f' options that are needed, so it's potentially more "future-proof". Also, LDFLAGS must be modified to do either `-lgcov' or, again, `--coverage'. Thanks, Ludo'.