X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27b0c1ee1d85c53f1d11bb2b8e539cd76e4cf437..85861efad8a0c75dfc4cca06c3f8adcf86d49495:/tools/cmake/CTestConfig.cmake diff --git a/tools/cmake/CTestConfig.cmake b/tools/cmake/CTestConfig.cmake index 3b87fa919a..0debf7c1ed 100644 --- a/tools/cmake/CTestConfig.cmake +++ b/tools/cmake/CTestConfig.cmake @@ -46,13 +46,8 @@ if(enable_coverage) "/include/" "/teshsuite/" "/src/bindings/" + "/examples/" ) - if(NOT release) - set(PATTERN_CTEST_IGNORED - ${PATTERN_CTEST_IGNORED} - "/examples/" - ) - endif() endif() CONFIGURE_FILE(${CMAKE_HOME_DIRECTORY}/tools/cmake/CTestCustom.cmake ${CMAKE_BINARY_DIR}/CTestCustom.cmake @ONLY)