diff --git a/tests/D3D12/run.bat b/tests/D3D12/run.bat new file mode 100644 index 00000000..ad8f21a0 --- /dev/null +++ b/tests/D3D12/run.bat @@ -0,0 +1,6 @@ +@echo off +cd /d "D:\Xuanchi\Main\XCEngine\build\tests\D3D12\Debug" +if exist "D3D12_engine_log.txt" del "D3D12_engine_log.txt" +D3D12.exe +python "D:\Xuanchi\Main\XCEngine\tests\D3D12\compare_ppm.py" "screenshot.ppm" "GT.ppm" 5 +pause