diff --git a/tests/D3D12/run.bat b/tests/D3D12/run.bat index 1e20cd1a..00d71165 100644 --- a/tests/D3D12/run.bat +++ b/tests/D3D12/run.bat @@ -1,6 +1,7 @@ @echo off cd /d "%~dp0..\..\..\..\build\tests\D3D12\Debug" if exist "D3D12_engine_log.txt" del "D3D12_engine_log.txt" +if exist "screenshot.ppm" del "screenshot.ppm" D3D12.exe python "%~dp0compare_ppm.py" "screenshot.ppm" "GT.ppm" 5 pause \ No newline at end of file