1
2CONTENTS
3
4   common control of test run
5
6common.asl
7
8   objects of common use provide the common control
9   of test run, provide the uniform structure of all
10   run-time tests
11
12ehandle.asl
13
14   exceptional conditions support
15
16runmode.asl
17
18   1. It is no longer utilized though available
19
20   Set up the particular desirable set of tests to be run
21   (have effect only when running a group of test cases or
22   even collections) such as all Functional tests, all Complex
23   tests, all Exceptions tests or Full test (all enumerated
24   above tests) compiled all as one DefinitionBlock.
25   See additional comments in runmode.asl file.
26
27   2. Variables which disable/enable pieces of tests.
28
29   This serves different purposes - to prevent crashes,
30   hangs, and so on. All these variables must be finally
31   set to non-zero - so enabling all the excluded now tests.
32
33
34