testsuite
)To specify the test suite, use the testsuite
command:
> javatest ... -testsuite
path/filename [work directory command] [configuration command] ... [task command] ...
See About the Command-Line Examples for a description of the use of > javatest.
When you want to specify a test suite, include the commands in the following sequence:
testsuite
path/filename)runtests
(optional).See Command-Line Overview for a description of the command line structure.
In the following example, mytestsuite, myworkdir.wd
, and myconfig.jti
represent file names that might exist on your system.
Command Options Format Example:
> javatest -testsuite
mytestsuite -workdir
myworkdir.wd -config
myconfig.jti -runtests
See Formatting a Command for descriptions and examples of other command formats that you can use.