提交 782d8d2f 编写于 作者: Y yexiang-bin

Signed-off-by: yexiang-bin <yexiangbin@huawei.com>

Change-Id: Ie3f8f8bbf9c7209c71ca08710f561779988c2d7f
上级 f6acc234
...@@ -44,13 +44,13 @@ OpenHarmony supports the following system types: ...@@ -44,13 +44,13 @@ OpenHarmony supports the following system types:
``` ```
/test/xts /test/xts
├── acts # Test code ├── acts # Test code
│ └── subsystem # Source code of subsystem test cases for the standard system │ └── subsystem # Source code of subsystem test cases for the standard system
│ └── subsystem_lite # Source code of subsystems test cases for mini and small systems │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
│ └── BUILD.gn # Build configuration of test cases for the standard system │ └── BUILD.gn # Build configuration of test cases for the standard system
│ └── build_lite │ └── build_lite
│ └── BUILD.gn # Build configuration of test cases for mini and small systems │ └── BUILD.gn # Build configuration of test cases for mini and small systems
└── tools # Test tool code └── tools # Test tool code
``` ```
## Constraints<a name="section119744591305"></a> ## Constraints<a name="section119744591305"></a>
......
...@@ -45,13 +45,13 @@ OpenHarmony支持如下几种系统类型: ...@@ -45,13 +45,13 @@ OpenHarmony支持如下几种系统类型:
``` ```
/test/xts /test/xts
├── acts # 测试代码存放目录 ├── acts # 测试代码存放目录
│ └── subsystem # 标准系统子系统测试用例源码存放目录 │ └── subsystem # 标准系统子系统测试用例源码存放目录
│ └── subsystem_lite # 轻量系统、小型系统子系统测试用例源码存放目录 │ └── subsystem_lite # 轻量系统、小型系统子系统测试用例源码存放目录
│ └── BUILD.gn # 标准系统测试用例编译配置 │ └── BUILD.gn # 标准系统测试用例编译配置
│ └── build_lite # 轻量系统、小型系统测试用例编译配置存放目录 │ └── build_lite # 轻量系统、小型系统测试用例编译配置存放目录
│ └── BUILD.gn # 轻量系统、小型系统测试用例编译配置 │ └── BUILD.gn # 轻量系统、小型系统测试用例编译配置
└── tools # 测试工具代码存放目录 └── tools # 测试工具代码存放目录
``` ```
## 约束<a name="section119744591305"></a> ## 约束<a name="section119744591305"></a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册