@@ -68,9 +68,14 @@ cmake --build build
### 运行测试
```powershell
# 1. 配置项目(生成构建文件)
cmake -S . -B build
# 2. 编译项目
cmake --build build
# 3. 测试
ctest --test-dir build -C Debug --output-on-failure
# 4. 运行编译结果
./\build\Debug\DTU-HMI.exe
```
补充说明:
The note is not visible to the blocked user.