Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "[windows] try to brutally comment any tests but the java ones"
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 1 Oct 2015 14:40:42 +0000 (16:40 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 1 Oct 2015 14:40:51 +0000 (16:40 +0200)
It's not helping on appveyor. Tesh does not seem to be usable at all /o\

This reverts commit 4de16ce0c6eb15ff3040a857022539fbb81c95ca.

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)