In this section:

cpptest.input.msvc.compiler

This setting specifies the compiler executable. The default compiler is cl.exe.

Acceptable Values

[path]The path to the compiler executable.

(info) Use double backslashes to specify the file path on Windows.

cpptest.input.msvc.add.compiler.options

This setting specifies additional compiler options.If you specify more than one option, separate the values with a space character. The product’s property file is preconfigured to use -I. for this setting. If no value is present, the setting will be ignored.

Acceptable Values

[compiler_option]The list of additional compileroptionsseparatedwithaspacecharacter.

cpptest.input.msvc.solution

This setting specifies the solution name. By default, the solution name is the same as the solution file name, but if a project file name is specified as an input parameter, this property can be used to set the solution name.

Acceptable Values

[solution_name]The list of additional compiler options separated with a space character.

cpptest.input.msvc.config

This setting specifies the configuration used during the build. The default is the first configuration in the project file.

Acceptable Values

[configuration_name]The name of the configuration that is used during the build.

cpptest.input.msvc.platform

This setting specifies the platform used during the build. The default is the first platform in the project file.

Acceptable Values

[platform_name]The name of the platform that is used during the build.

  • No labels