Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added some work in the creation of links in the fat trees, basically the repartion...
[simgrid.git] / buildtools / Cmake / CTestConfig.cmake
index d62d71cf52188ca68541cb8bb280a6d1fe606ee0..7c961b1882d40b4f0f5fd8e34be3d7ae228322f5 100644 (file)
@@ -18,10 +18,6 @@ if(enable_compile_warnings AND enable_compile_optimizations)
   SET(BUILDNAME "FULL_FLAGS" CACHE TYPE INTERNAL FORCE)
 endif()
 
-if(enable_supernovae)
-  SET(BUILDNAME "SUPERNOVAE" CACHE TYPE INTERNAL FORCE)
-endif()
-
 if(HAVE_GTNETS)
   SET(BUILDNAME "GTNETS" CACHE TYPE INTERNAL FORCE)
 endif()
@@ -59,7 +55,7 @@ if(enable_coverage)
       "/teshsuite/"
       "/src/bindings/"
     )
-    if(release)
+    if(NOT release)
        set(PATTERN_CTEST_IGNORED 
         ${PATTERN_CTEST_IGNORED}
         "/examples/"