From 7288449da425c037904c2b03c5f6b7470b8d1c96 Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 7 Apr 2020 18:45:25 -0700 Subject: Enabled tests on appveyor --- BuildTools/Scripts/appveyor/run_tests.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 BuildTools/Scripts/appveyor/run_tests.bat (limited to 'BuildTools/Scripts') diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat new file mode 100644 index 0000000..cef53f0 --- /dev/null +++ b/BuildTools/Scripts/appveyor/run_tests.bat @@ -0,0 +1,7 @@ +rem @echo off + +if "%PLATFORM_NAME%"=="Windows" ( + "%1\Tests\DiligentToolsTest\%CONFIGURATION%\DiligentToolsTest.exe" || set ERROR=1 +) + +exit /B %ERROR% REM use /B to exit the current batch script context, and not the command prompt process -- cgit v1.2.3