From 1ff7de7c7c684627cd86e35ff1c150213b9e1c36 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 3 Dec 2019 23:59:49 -0800 Subject: appveyor: fixed run test instruction --- BuildTools/Scripts/appveyor/run_tests.bat | 5 ----- 1 file changed, 5 deletions(-) delete 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 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 -) -- cgit v1.2.3