[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.163 1.164

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 8 11:44:53 EST 2009


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv3184/Tests

Modified Files:
	CMakeLists.txt 
Log Message:
Create CMakeLib test driver and test cmXMLParser

We create a new CMakeLibTests driver executable in which to writes unit
tests for CMakeLib.  Our first test is a smoke-test of cmXMLParser.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.163
retrieving revision 1.164
diff -C 2 -d -r1.163 -r1.164
*** CMakeLists.txt	7 Dec 2009 15:15:34 -0000	1.163
--- CMakeLists.txt	8 Dec 2009 16:44:50 -0000	1.164
***************
*** 38,41 ****
--- 38,43 ----
  # Testing
  IF(BUILD_TESTING)
+   ADD_SUBDIRECTORY(CMakeLib)
+ 
    # Collect a list of all test build directories.
    SET(TEST_BUILD_DIRS)



More information about the Cmake-commits mailing list