BullseyeCoverage
Use the instructions for Eclipse IDE.
Using a text editor, insert covc -i
in front of all compiler references in the makefile.
For example:
CC = covc -i qcc ... CXX = covc -i q++ ... LD = covc -i qcc ...
By default, BullseyeCoverage automatically compiles and adds the run-time library
run/libcov-posix.c
to compiler invocations that link an executable.
You can override this behavior by one of the alternatives below.
libcov-
,
for example libcov-userDefined.a
--lib
See Unix-like Systems.
Updated: 11 Sep 2024
Copyright © Bullseye Testing Technology. All Rights Reserved.