Configuration Parameters

Configuration parameters are used with Testwell CTC++ to achieve three general goals: Setting of user/ project depending decisions; configuring a specific compiler; adapting to rare language and environment restrictions.

A single configuration parameter has the syntax:
PARAMETER_NAME {=|+|-} value

The PARAMETER_NAME must always be written in capital letters. Next to the assigning operator, blank spaces are allowed.

If the parameter is a list, the list values are separated by a comma. With "+", values are added to a list and with "-", they are removed.

All parameters can be stored in a configuration file, by default ctc.ini, and handed over to a ctc call with the command-line option -C.