From 76efbe94f65b0a5c871314ce8a160aed8676a423 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 3 Dec 2019 23:12:20 -0800 Subject: Enabled unit test on appveyor --- BuildTools/FormatValidation/validate_format_win.bat | 2 +- BuildTools/Scripts/appveyor/run_tests.bat | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 BuildTools/Scripts/appveyor/run_tests.bat (limited to 'BuildTools') diff --git a/BuildTools/FormatValidation/validate_format_win.bat b/BuildTools/FormatValidation/validate_format_win.bat index 1ff7f1a9..645b284f 100644 --- a/BuildTools/FormatValidation/validate_format_win.bat +++ b/BuildTools/FormatValidation/validate_format_win.bat @@ -1,5 +1,5 @@ python clang-format-validate.py --color never --clang-format-executable clang-format_10.0.0.exe ^ --r ../../Common ../../Graphics ../../Platforms ../../Primitives ^ +-r ../../Common ../../Graphics ../../Platforms ../../Primitives ../../UnitTests ^ --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h ^ --exclude ../../Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h ^ --exclude ../../Graphics/GraphicsEngineVulkan/shaders/* 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 +) -- cgit v1.2.3