From c7e1383b19d3e635bda5de3dcb61a3ed241f5905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E7=BF=94=E6=96=8C?= Date: Wed, 2 Jun 2021 19:32:55 +0800 Subject: [PATCH] =?UTF-8?q?Readme=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README_zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24396f8..1b80ca4 100755 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ OpenHarmony supports the following system types: ``` /test/xts -├── acts # Test code +├── acts # Test code │ └── subsystem # Source code of subsystem test cases for the standard system │ └── 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_lite │ └── BUILD.gn # Build configuration of test cases for mini and small systems -└── tools # Test tool code +└── tools # Test tool code ``` ## Constraints diff --git a/README_zh.md b/README_zh.md index 2215505..55545b1 100755 --- a/README_zh.md +++ b/README_zh.md @@ -45,13 +45,13 @@ OpenHarmony支持如下几种系统类型: ``` /test/xts -├── acts # 测试代码存放目录 +├── acts # 测试代码存放目录 │ └── subsystem # 标准系统子系统测试用例源码存放目录 │ └── subsystem_lite # 轻量系统、小型系统子系统测试用例源码存放目录 │ └── BUILD.gn # 标准系统测试用例编译配置 │ └── build_lite # 轻量系统、小型系统测试用例编译配置存放目录 │ └── BUILD.gn # 轻量系统、小型系统测试用例编译配置 -└── tools # 测试工具代码存放目录 +└── tools # 测试工具代码存放目录 ``` ## 约束