Add Vulkan backend test aggregate target

This commit is contained in:
2026-03-28 00:20:22 +08:00
parent f55c6d8ffb
commit 93d16f3914
3 changed files with 12 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ tests/RHI/Vulkan/
| --- | --- |
| Vulkan 后端单元测试 | `rhi_vulkan_tests` |
| Vulkan 后端集成测试 | `vulkan_minimal_test` `vulkan_triangle_test` `vulkan_quad_test` `vulkan_sphere_test` |
| Vulkan 后端聚合 target | `rhi_vulkan_backend_tests` |
## 3. 当前覆盖
@@ -72,7 +73,7 @@ tests/RHI/Vulkan/
## 5. 推荐执行方式
```bash
cmake --build build --config Debug --target rhi_vulkan_tests
cmake --build build --config Debug --target rhi_vulkan_backend_tests
build\tests\RHI\Vulkan\unit\Debug\rhi_vulkan_tests.exe --gtest_brief=1
cmake --build build --config Debug --target vulkan_sphere_test