Commit in lcio on MAIN
CMakeLists.txt+4-21.64 -> 1.65
added ctest

lcio
CMakeLists.txt 1.64 -> 1.65
diff -u -r1.64 -r1.65
--- CMakeLists.txt	15 Jun 2010 10:41:41 -0000	1.64
+++ CMakeLists.txt	18 Jun 2010 09:33:20 -0000	1.65
@@ -11,13 +11,15 @@
 MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
 # allow more human readable "if then else" constructs
 SET( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE )
-# enable testing
-ENABLE_TESTING()
 ########################################################
 
 # project name
 PROJECT( LCIO )
 
+# enable testing
+ENABLE_TESTING()
+INCLUDE(CTest)
+
 # project version
 SET( LCIO_MAJOR_VERSION 1 )
 SET( LCIO_MINOR_VERSION 13 )
CVSspam 0.2.8