COMMAND

Compiler and linker commands are made known to Testwell CTC++ with this parameter.

Example
[Microsoft Visual C++]
COMMAND = cl
TYPE = compiler_linker

All compiler and linker invocations used during the built of an instrumented program must be configured in a command block.

With the command explicitly specified, versions with an ".exe" extension, an attached "-orig" and a path to the command are also matched.

This parameter is a list, allowing alternate ways to express the command. Example:
COMMAND = gcc,gcc2,gcc3