ACATS 3.0 User's Guide
4.7 Delivery Directory Structure
The delivery of ACATS tests is structured into a
directory tree that reflects the organization of the test suite and support
code.
The top-level directory contains the support subdirectory,
the docs subdirectory, and a subdirectory for each major grouping of
tests. The support subdirectory contains all support packages (Report,
ImpDef, TCTouch) and the source code for all test processing tools (Macro
expander, Wide Character processor). Each of the other subdirectories
contains all tests that begin with the indicated prefix. For example,
all of the B2* tests are in the b2 subdirectory; all of the
CXH* tests are in the cxh subdirectory. Note that all of the
A* tests are in the a directory, all of the D* tests are included
in the d subdirectory, and all of the E* tests are included
in the e subdirectory. The l directory contains the
L tests for the core; other L tests are in directories named with three
letters, indicating the class (l) and the Specialized Needs Annex to
which the tests apply.
Subdirectories that would be empty are not stubbed.
The following figure sketches this scheme, but does
not show complete detail. A list of all subdirectories is included in
Section
5.1.2.
Delivery
Directory Structure