Use multiple times to specify multiple resources.
Use quotes when the resource path contains spaces or other non-alphanumeric characters.
If %RESOURCE% is a .properties file, the value corresponding to com.parasoft.xtest.checkers.resources will be interpreted as a colon(:)-separated list of resources. Only one properties file can be specified in this way. If %RESOURCE% is a .lst file, each line will be treated as a resource. If no resources are specified on the command line, the complete workspace will be tested.
For example, to test the ATM.cxx file in the C++test ATM example, you could use -resource "ATM/Source Files/ATM.cxx" (without the solution name)
or
-resource "Examples/ATM/Source Files/ATM.cxx" (with the solution name)
Other Examples:
-resource "MySolution/MyProject"
-resource "MySolution/MyProject/Source Files"
-resource "MySolution/MyProject/SourceFiles/MyClass.cpp"
-resource "c:\testedprojects.properties"