From 7603eda5f643c1772e63b9b40bf0bdc5931399f8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 7 Dec 2019 12:56:32 -0800 Subject: Fixed run_tests.bat --- BuildTools/Scripts/appveyor/run_tests.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BuildTools/Scripts') diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat index 2b654e82..45915e18 100644 --- a/BuildTools/Scripts/appveyor/run_tests.bat +++ b/BuildTools/Scripts/appveyor/run_tests.bat @@ -20,9 +20,9 @@ if "%RUN_API_CORE_TEST%"=="true" ( ) if "%RUN_CORE_API_D3D11_TEST%"=="true" ( - "%1\UnitTests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" "--mode=d3d11_sw" + "%1\UnitTests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" --mode=d3d11_sw ) if "%RUN_CORE_API_D3D12_TEST%"=="true" ( - "%1\UnitTests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" "--mode=d3d12_sw" + "%1\UnitTests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" --mode=d3d12_sw ) -- cgit v1.2.3