diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-09-02 22:59:52 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-09-02 22:59:52 +0000 |
| commit | a8e123b942d5fcf7357b0684865daabf7322c496 (patch) | |
| tree | 1750eff5bfe4ece317983b1247d4917eaeafbdf2 /BuildTools/Scripts | |
| parent | fixed validation errors for SPIRV that compiled with DXC (diff) | |
| download | DiligentCore-a8e123b942d5fcf7357b0684865daabf7322c496.tar.gz DiligentCore-a8e123b942d5fcf7357b0684865daabf7322c496.zip | |
added argument --comp=dxc to run tests with DXC compiler
Diffstat (limited to 'BuildTools/Scripts')
| -rw-r--r-- | BuildTools/Scripts/appveyor/run_tests.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat index 53a8d2a4..087b399d 100644 --- a/BuildTools/Scripts/appveyor/run_tests.bat +++ b/BuildTools/Scripts/appveyor/run_tests.bat @@ -26,6 +26,7 @@ if "%RUN_CORE_API_D3D11_TEST%"=="true" ( if "%RUN_CORE_API_D3D12_TEST%"=="true" ( ("%1\Tests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" --mode=d3d12_sw) || set /a ERROR=%ERROR%+100 + ("%1\Tests\DiligentCoreAPITest\%CONFIGURATION%\DiligentCoreAPITest.exe" --mode=d3d12_sw --comp=dxc) || set /a ERROR=%ERROR%+100 ) exit /B %ERROR% REM use /B to exit the current batch script context, and not the command prompt process |
