This should give us some idea of how well our tests actually stress our code. To generate this data, do the following:
./buildconf CFLAGS="-fprofile-arcs -ftest-coverage" ./configure make cd test make ./testall cd .. make gcovNote that this will only generate test coverage data for the
[an error occurred while processing this directive]testall
script, but all tests should be moving to the unified framework, so this is correct.