Rename GT_minimal.ppm to GT.ppm for D3D12 minimal integration test

- Rename golden image file to match simpler convention
- Update CMakeLists.txt reference
- Update TEST_SPEC.md documentation
- Update run_tests.py reference
This commit is contained in:
2026-03-20 17:41:07 +08:00
parent 0a19fdfb0f
commit 0017388498
4 changed files with 6 additions and 11 deletions

View File

@@ -275,12 +275,7 @@ class TestRunner:
minimal_exe = integration_dir / "D3D12_Minimal.exe"
gt_minimal = (
self.source_dir
/ "tests"
/ "RHI"
/ "D3D12"
/ "integration"
/ "GT_minimal.ppm"
self.source_dir / "tests" / "RHI" / "D3D12" / "integration" / "GT.ppm"
)
if minimal_exe.exists() and gt_minimal.exists():