summaryrefslogtreecommitdiffstats
path: root/BuildTools/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTools/Scripts')
-rw-r--r--BuildTools/Scripts/appveyor/run_tests.bat5
1 files changed, 0 insertions, 5 deletions
diff --git a/BuildTools/Scripts/appveyor/run_tests.bat b/BuildTools/Scripts/appveyor/run_tests.bat
deleted file mode 100644
index 800e10ec..00000000
--- a/BuildTools/Scripts/appveyor/run_tests.bat
+++ /dev/null
@@ -1,5 +0,0 @@
-REM Must be executed from build\DiligentCore folder
-
-if NOT "%PLATFORM_NAME%"=="UWP" (
- UnitTests\%CONFIGURATION%\DiligentCoreTest.exe
-)