Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't clutter cmake with tests intended for appveyor only
[simgrid.git] / CMakeLists.txt
index b07a5e5..7296269 100644 (file)
@@ -273,6 +273,8 @@ if(enable_memcheck_xml)
   set(enable_memcheck true)
 endif()
 
+INCLUDE(CTest)
+ENABLE_TESTING()
 include(${CMAKE_HOME_DIRECTORY}/tools/cmake/AddTests.cmake)
 include(${CMAKE_HOME_DIRECTORY}/tools/cmake/CTestConfig.cmake)