# tst-ltp **Repository Path**: opencloudos-testing/tst-ltp ## Basic Information - **Project Name**: tst-ltp - **Description**: 开源LTP测试套适配tsuite用例框架便于使用。 - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-18 - **Last Updated**: 2025-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自研测试套 #### 安装运行路径 ``` tst-ltp/ ├── logs/ -- 整个测试过程所有用例的日志保存在此路径 ├── ltp.test/ │   └── run/ -- 单个测试用例产生的日志等文件保存在此路径 ├── tst-open-ltp/ │   ├── ltp/ │   ├── ltp.install/ -- 编译后的文件安装在此路径 ```