diff CMakeLists.txt @ 341:2bf23d10bc6f

Change the test system to use ctest more efficiently
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 29 Jun 2010 11:37:44 +0900
parents ba59301627b9
children 4a5211430f63
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Jun 28 11:20:48 2010 +0900
+++ b/CMakeLists.txt	Tue Jun 29 11:37:44 2010 +0900
@@ -16,9 +16,7 @@
 # Version of the API with the library
 SET(FD_PROJECT_VERSION_API 1)
 
-# Some subfolders may have tests
-ENABLE_TESTING()
-# And actually we are now using CTest advanced features such as CDash, so we need this:
+# The test framework, using CTest and CDash.
 INCLUDE(CTest)
 
 # CMake version
"Welcome to our mercurial repository"