From: Augustin Degomme Date: Wed, 21 Nov 2012 15:06:53 +0000 (+0100) Subject: there was a mistake that prevented examples dir from being used in coverage reports. X-Git-Tag: v3_9_rc1~91^2~55^2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/75a8b17a721a40a515d537b6e0100707a4770dd1 there was a mistake that prevented examples dir from being used in coverage reports. As they are meant to be used by users, we want to include them for release builds --- diff --git a/buildtools/Cmake/CTestConfig.cmake b/buildtools/Cmake/CTestConfig.cmake index d62d71cf52..e51e466323 100644 --- a/buildtools/Cmake/CTestConfig.cmake +++ b/buildtools/Cmake/CTestConfig.cmake @@ -59,7 +59,7 @@ if(enable_coverage) "/teshsuite/" "/src/bindings/" ) - if(release) + if(NOT release) set(PATTERN_CTEST_IGNORED ${PATTERN_CTEST_IGNORED} "/examples/"