Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / tools / cmake / CTestConfig.cmake
index 3b87fa9..f1723c8 100644 (file)
@@ -5,9 +5,6 @@ if(APPLE)
   SET(BUILDNAME "APPLE" CACHE INTERNAL "Buildname" FORCE)
 else()
   SET(BUILDNAME "UNIX" CACHE INTERNAL "Buildname" FORCE)
-  if(WIN32)
-    SET(BUILDNAME "WINDOWS" CACHE INTERNAL "Buildname" FORCE)
-  endif()
 endif()
 
 if(NOT enable_memcheck)
@@ -20,10 +17,6 @@ if(enable_compile_warnings AND enable_compile_optimizations)
   SET(BUILDNAME "FULL_FLAGS" CACHE INTERNAL "Buildname" FORCE)
 endif()
 
-if(SIMGRID_HAVE_MC)
-  SET(BUILDNAME "MODEL-CHECKING" CACHE INTERNAL "Buildname" FORCE)
-endif()
-
 if(enable_memcheck)
   SET(BUILDNAME "MEMCHECK" CACHE INTERNAL "Buildname" FORCE)
 endif()
@@ -46,13 +39,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)