Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[windows] try to brutally comment any tests but the java ones
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 1 Oct 2015 12:51:27 +0000 (14:51 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 1 Oct 2015 12:51:27 +0000 (14:51 +0200)
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)