summaryrefslogtreecommitdiffstats
path: root/BuildTools/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTools/Scripts')
-rw-r--r--BuildTools/Scripts/appveyor/run_tests.bat7
1 files changed, 7 insertions, 0 deletions
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