From 38e1731f69349fbb290a8675a4cd09ba30500bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 31 Aug 2018 11:46:31 +0200 Subject: [PATCH] Build ExtraTests when building Examples on AppVeyor --- misc/appveyorBuildConfigurationScript.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/appveyorBuildConfigurationScript.bat b/misc/appveyorBuildConfigurationScript.bat index 1e91a588..95757fac 100644 --- a/misc/appveyorBuildConfigurationScript.bat +++ b/misc/appveyorBuildConfigurationScript.bat @@ -15,7 +15,7 @@ if "%CONFIGURATION%"=="Debug" ( if "%examples%"=="1" ( @REM # Examples live off the single header, so it needs to be regenerated python scripts\generateSingleHeader.py - cmake -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain% -DCATCH_BUILD_EXAMPLES=ON + cmake -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain% -DCATCH_BUILD_EXAMPLES=ON -DCATCH_BUILD_EXTRA_TESTS=ON ) else ( @REM # This is just a plain debug build cmake -H. -BBuild -A%PLATFORM% -DUSE_WMAIN=%wmain%