BullseyeCoverage Up Contents Search

QNX

IDE Project

Use the instructions for Eclipse IDE.

Makefile Project

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 ...

Run-Time Library Built Automatically

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.

Environment Variables

See Unix-like Systems.

Updated: 11 Sep 2024