[cmake-commits] hoffman committed cmCreateTestSourceList.h 1.13 1.14
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Dec 14 12:49:38 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv2963
Modified Files:
cmCreateTestSourceList.h
Log Message:
STYLE: line length
Index: cmCreateTestSourceList.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCreateTestSourceList.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cmCreateTestSourceList.h 13 Dec 2007 20:41:54 -0000 1.13
+++ cmCreateTestSourceList.h 14 Dec 2007 17:49:36 -0000 1.14
@@ -73,7 +73,8 @@
"the arguments consist of a list of test source files, can be "
"semicolon separated. Each test source file should have a function in "
"it that is the same name as the file with no extension (foo.cxx "
- "should have int foo(int, char*[]);) DriverName will be able to call each of the "
+ "should have int foo(int, char*[]);) DriverName will be able to "
+ "call each of the "
"tests by name on the command line. If EXTRA_INCLUDE is specified, "
"then the next argument is included into the generated file. If "
"FUNCTION is specified, then the next argument is taken as a function "
More information about the Cmake-commits
mailing list