Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel1

Configuring the Settings

Conditional Contentproduct: (cpptest)product: (cpptest)sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E6749C5267CE6FEC/C++test

...

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 Contentproduct: (cpptest)product: (cpptest)sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E6749C5267CE6FEcpptestcli.properties

...

 file shipped in [INSTALL_DIR]. 

You can also create a custom . properties file and pass it to the 

...

cpptestcli

cpptestcli 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
product: (cpptest)
product: (cpptest)
sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E6749C5267CE6FE
Code Block
cpptestcli -settings team.properties -settings project.properties -settings user.properties -config "builtin://Recommended Rules" -compiler gcc_3_4 -input cpptest.bdf

Settings Hierarchy

General settings are applied in the following order: 

...

All of the above settings can be overridden by custom settings that are passed with command line switches (e.g. -report, -config).

Conditional Content
product: (cpptest)
product: (cpptest)
sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E6749C5267CE6FE

Modifying a Single Property

You can quickly modify a single property in a settings configuration file with the -property switch  without creating a dedicated configuration:

Code Block
cpptestcli -property dtp.server=dtp.parasoft.com.pl -config "builtin://Recommended Rules" -compiler gcc_3_4 -input cpptest.bdf

Viewing Current Settings 

Use the -showsettings option to print the current settings and customizations, including the origin file for each configuration. 


Conditional Content
product: (cpptest)
product: (cpptest)
sv-attr:0A01020401598D973E6641760F8AF4E50A01020401598D973E6749C5267CE6FE

Advanced Configuration

For advanced configuration of C++test's native code analyzers, a dedicated configuration file (in a format supported by the analyzers) can be specified with -psrc <CONFIG_FILE> switch. Parasoft Support will provide content for the advanced configuration file.