refactor: move run_tests.py to tests/ and fix integration test GT.ppm paths

This commit is contained in:
2026-03-22 20:37:13 +08:00
parent 74adeb74a0
commit 50b50d06a0
3 changed files with 35 additions and 34 deletions

View File

@@ -29,12 +29,6 @@ target_link_libraries(D3D12_Minimal PRIVATE
XCEngine
)
add_custom_command(TARGET D3D12_Minimal POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_CURRENT_SOURCE_DIR}/Res
$<TARGET_FILE_DIR:D3D12_Minimal>/Res
)
add_custom_command(TARGET D3D12_Minimal POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
${CMAKE_SOURCE_DIR}/tests/RHI/D3D12/integration/compare_ppm.py