In this section:
Table of Contents | ||
---|---|---|
|
Configuring the Settings
Conditional Content | ||||||
---|---|---|---|---|---|---|
| ||||||
C/C++test |
DTP Engine can be configured with settings (see Configuration Settings) that should be specified in a .properties file. The basic settings are listed in the
Conditional Content | ||||||
---|---|---|---|---|---|---|
| ||||||
|
file shipped in [INSTALL_DIR].
You can also create a custom . properties file and pass it to the
Conditional Content | ||||||
---|---|---|---|---|---|---|
| ||||||
|
with the -settings switch.
You can use the -settings
switch multiple times to specify several .properties files. Entries with the same key will be overwritten.
Conditional Content | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Settings Hierarchy
General settings are applied in the following order:
Custom settings passed with the command line switch
-settings path/to/settings.properties
(e.g.,-settings ../settings.properties
)Conditional Content product: (cpptest, jtest) product: (cpptest, jtest) sv-attr:0A01020401598D973E6641760F8AF4E5 0A01020401598D973E6749C5267CE6FE 0A01020401598D973E671AAA268425A3 6. Custom settings passed with the command line switch
-property [key=value]
All of the above settings can be overridden by custom settings that are passed with command line switches (e.g. -report
, -config
).
Conditional Content | ||||||
---|---|---|---|---|---|---|
| ||||||
Modifying a Single PropertyYou can quickly modify a single property in a settings configuration file with the
|
Viewing Current Settings
Use the -showsettings
option to print the current settings and customizations, including the origin file for each configuration.
Conditional Content | ||||||
---|---|---|---|---|---|---|
| ||||||
Advanced ConfigurationFor advanced configuration of C++test's native code analyzers, a dedicated configuration file (in a format supported by the analyzers) can be specified with |