diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-07 20:35:39 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-07 20:35:39 +0000 |
| commit | e04b5abf32e7110104c0b543a77d19cfd02baaf0 (patch) | |
| tree | 3fe7b850f1e09556230bf39cd83f45ff024bccad /BuildTools/Scripts | |
| parent | appveyor: enabled D3D11 and D3D12 API tests again (diff) | |
| download | DiligentCore-e04b5abf32e7110104c0b543a77d19cfd02baaf0.tar.gz DiligentCore-e04b5abf32e7110104c0b543a77d19cfd02baaf0.zip | |
Experimenting with appveyor to understand why API tests fail
Diffstat (limited to 'BuildTools/Scripts')
| -rw-r--r-- | BuildTools/Scripts/appveyor/run_tests.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat index 45915e18..2b654e82 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" ) |
