From de1604b2b6504ffc6c0c691854f197b9d81b0f8c Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 7 Dec 2019 12:10:37 -0800 Subject: appveyor: enabled D3D11 and D3D12 API tests again --- BuildTools/Scripts/appveyor/run_tests.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BuildTools/Scripts') diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat index e8a042d4..45915e18 100644 --- a/BuildTools/Scripts/appveyor/run_tests.bat +++ b/BuildTools/Scripts/appveyor/run_tests.bat @@ -1,4 +1,4 @@ -@echo off +rem @echo off set RUN_API_CORE_TEST=false set RUN_CORE_API_D3D11_TEST=false @@ -20,9 +20,9 @@ if "%RUN_API_CORE_TEST%"=="true" ( ) if "%RUN_CORE_API_D3D11_TEST%"=="true" ( - rem "%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" ( - rem "%1\UnitTests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" --mode=d3d12_sw + "%1\UnitTests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" --mode=d3d12_sw ) -- cgit v1.2.3