prj_testmmpfilesprj_testmmpfiles
mmp_file_1
[tidy] [manual]
[support]
mmp_file_1 [tidy] [manual]
[support]
makefile
makefile_1
[tidy] [manual]
[support]
makefile
makefile_n
[tidy] [manual]
[support]
In the prj_testmmpfiles section, list
the .mmp files contained in your component which define test
programs.
This section for test .mmp files has the same syntax as
the section for standard .mmp files, except that two extra
.mmp file attributes are provided: the manual
and support attributes.
If any such tests are listed, bldmake
bldfiles can create batch files for running the test programs for your
component.
For automatic tests, which can be run without any user-intervention, do not specify either attribute.
For manual tests, which require user-input in order for them to
complete successfully, specify the manual attribute.
Specify the support attribute if the
test should not to be included in a batch file.
For each platform, two batch files are created in the bldmake output directory for your component:
For automatic tests, a batch file called platform-name.auto.bat
is created.
For manual tests, a batch file called platform-name.manual.bat
is created.
Note that, in order for the releasable test to be invoked successfully,
the basename of the .mmp file must be the same as the basename of
the releasable specified with the target
statement in the .mmp file.