The TestDriver tool allows you to build tests and/or suites of tests, and collect the resulting binaries and dependencies in a repository.
The command line for building a suite is:
> testdriver build -p <platform> -b <build> -s suite [-a architecture]
The following commands and options are used.
-p | This is mandatory, used to specify the platform.
Options are arm4, armi, thumb, wins, winscw.
| -b
| This is mandatory, used to specify the build type.
Options are udeb and urel. | -s
| This is mandatory, used to specify the suite which is to be built.
An example of the -s option is: -s testsuite1.testsuite2. | -a
| This is optional, used to specify the application specific software product (ASSP) architecture.
If not specified no specific architecture will be built for. |
|
The example command line to build Test Suite 4 is:
> testdriver build -p arm4 -b urel -s testsuite1.testsuite4
This would build the contents of TestSuite4, for ARM4 UREL.