[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.172 1.173

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Dec 17 15:15:36 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Test the CheckTypeSize module

We create test "Module.CheckTypeSize" to verify that type sizes get
detected correctly.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.172
retrieving revision 1.173
diff -C 2 -d -r1.172 -r1.173
*** CMakeLists.txt	17 Dec 2009 20:14:14 -0000	1.172
--- CMakeLists.txt	17 Dec 2009 20:15:34 -0000	1.173
***************
*** 173,176 ****
--- 173,178 ----
    LIST(APPEND TEST_BUILD_DIRS ${CMAKE_BUILD_TEST_BINARY_DIR})
  
+   ADD_TEST_MACRO(Module.CheckTypeSize CheckTypeSize)
+ 
    # If we are running right now with a UnixMakefiles based generator,
    # build the "Simple" test with the ExtraGenerators, if available



More information about the Cmake-commits mailing list