Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename CTestCustom.ctest -> CTestConfig.cmake (so that cmake sees it when generating...
[simgrid.git] / buildtools / Cmake / CMakeLists.txt
index b842c4b..d197a88 100644 (file)
@@ -21,16 +21,14 @@ ENDIF(SIZEOF_INT EQUAL 4)
 
 
 ### Enable tests
+INCLUDE(CTestConfig.cmake)
 ENABLE_TESTING()
 INCLUDE(CTest)
 INCLUDE(Dart)
-
-INCLUDE(CTestCustom.ctest)
 INCLUDE(CTestList.txt)
 
 # Install the CTest configuration in the build dir
-configure_file(CTestCustom.ctest ${CMAKE_BINARY_DIR}/CTestCustom.ctest
-COPYONLY)
+configure_file(CTestConfig.cmake ${CMAKE_BINARY_DIR}/CTestCustom.ctest COPYONLY)
 
 #SET (CMAKE_COMPILER_IS_GNUCXX 1)
 #SET (CMAKE_COMPILER_IS_GNUCC 1)