BullseyeCoverage
Use the instructions for Eclipse IDE.
By default, BullseyeCoverage automatically compiles and adds the run-time library
run/libcov-metaware.c
to compiler invocations that link an executable.
This source implements the small footprint configuration.
You can override this behavior by one of the alternatives below.
libcov-
,
for example libcov-userDefined.a
--lib
Add a call to cov_dumpData into your program.
The output file BullseyeCoverage.data-
pid is written in the project directory.
#if _BullseyeCoverage cov_dumpData(); #endif
Updated: 16 Aug 2023
Copyright © Bullseye Testing Technology. All Rights Reserved.