Versions Compared

Key

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

...

  • -module MyProject=/home/project/src
  • -module ../Module1
  • -module .

Anchor
resource
resource

-resource <path|file name>

...

  • -include /home/project/src/ATM.cxx
  • -exclude /home/project/src/*.cxx
  • -exclude /home/project/MyExcludes.lst

Alternatively, you can specify a list of patterns in a  .lst file and pass the file with the -include or -exclude switch. Each line in the file will be treated as a single entry. See .Configuring+the+Test+Scope+v10.4.0 for details about configuring the test scope.


Reporting

-report <path>

This option specifies the path to the directory where the report will be created.

...

 -settings <path>, -localsettings <path>, and -ls <path>

This option specifies the path to a custom .properties file that includes customized settings in the following format: key=value (for example, report.format=pdf). You can use this option multiple times to specify several .properties files. Entries with the same key will be overwritten. Example:


  • -settings Project1Config.properties

...

This option allows you to configures configure a single setting directly in the command line.  Use the following format: key=value.

You can use this optoin option multiple times to configure several settings on the came same command line. Earlier entries with the same key will be overwritten. Examples:

...