diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-12-04 07:12:20 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-12-04 07:12:20 +0000 |
| commit | 76efbe94f65b0a5c871314ce8a160aed8676a423 (patch) | |
| tree | 153bef0298deebfd9f82cdb39a48be2ddaf01508 /BuildTools/Scripts | |
| parent | Fixed some 32-bit compilation warnings (diff) | |
| download | DiligentCore-76efbe94f65b0a5c871314ce8a160aed8676a423.tar.gz DiligentCore-76efbe94f65b0a5c871314ce8a160aed8676a423.zip | |
Enabled unit test on appveyor
Diffstat (limited to 'BuildTools/Scripts')
| -rw-r--r-- | BuildTools/Scripts/appveyor/run_tests.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat new file mode 100644 index 00000000..800e10ec --- /dev/null +++ b/BuildTools/Scripts/appveyor/run_tests.bat @@ -0,0 +1,5 @@ +REM Must be executed from build\DiligentCore folder + +if NOT "%PLATFORM_NAME%"=="UWP" ( + UnitTests\%CONFIGURATION%\DiligentCoreTest.exe +) |
