[cmake-commits] king committed CMakeLists.txt 1.43 1.44

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 28 08:40:22 EST 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Added ExportImport test to test new export/import features.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- CMakeLists.txt	23 Jan 2008 15:29:20 -0000	1.43
+++ CMakeLists.txt	28 Jan 2008 13:40:20 -0000	1.44
@@ -51,6 +51,7 @@
   ADD_TEST_MACRO(Assembler HelloAsm)
   ADD_TEST_MACRO(SourceGroups SourceGroups)
   ADD_TEST_MACRO(Preprocess Preprocess)
+  ADD_TEST_MACRO(ExportImport ExportImport)
   
   IF (CMAKE_STRICT)
     ADD_TEST_MACRO(DocTest DocTest)



More information about the Cmake-commits mailing list