Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[windows] try to brutally comment any tests but the java ones
[simgrid.git] / tools / cmake / AddTests.cmake
index 062f336..bc94d0c 100644 (file)
@@ -63,6 +63,7 @@ INCLUDE(CTest)
 ENABLE_TESTING()
 
 IF(NOT enable_memcheck)
+IF(NOT WIN32)
   ## CORE ##
   ### TESH ###
   IF(NOT WIN32)
@@ -503,6 +504,7 @@ IF(NOT enable_memcheck)
   ENDIF()
   # END TESH TESTS
 
+endif(NOT WIN32)
 
   ### JAVA ###
   IF(enable_java)