Logo AND Algorithmique Numérique Distribuée

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