BullseyeCoverage Up Contents Search

QNX

This documentation applies to QNX Software Development Platform 7.0.

Momentics IDE Project

Follow these steps to configure your project within Momentics IDE.

  1. Use the menu command Project Properties.
  2. Select C/C++ Build: Environment
  3. Select the PATH variable and press the Edit button.
  4. Insert C:\Program Files\BullseyeCoverage\bin; at the front of the setting.

  5. Select Append variables to native environment
  6. Press the OK button

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 qcc ...
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: 30 Jan 2019