|
| 以 PDF 格式下載這本書
XIL Test Suite Directory Structure
A
The Top Level
- The default installation directory for the XIL Test Suite is /opt with the hierarchy SUNWddk/xil/ddk_2.4/Xilch. The top level of the XIL Test Suite source tree contains the Xilch directory. The directory contains a README file and several subdirectories:
-
| arch/ | arch is either sparc or i386 depending on which platform you are running. Subdirectories here contain all the files of the XIL Test Suite library, except the data files. |
| data/ | Data files for all platforms. |
| src/ | Source code for a few example test programs. |
The Subdirectories
- The contents of the subdirectories follows.
arch/
-
| bin/ | The Xilch program itself and all the test programs |
| config/ | Default and customized testlist and test matrix files |
| data/ | Symbolic link to ../data |
| include/ | Necessary include files |
| lib/ | The test suite library files |
data/
-
-
images Image data files
movies Movie data files
photo_cd Photo CD data files
references/ Generic reference signatures
signatures/generic
-
references/.....x86-specific references (shipped only with x86
-
-
signatures/x86 packages)
src/
-
-
tests/examples Contains the source code for five example
programs: Makefile, example_bench.c,
fax_test.c, image_example.c, and
rotate_test.c
|
|