[cmake-commits] hoffman committed cmCreateTestSourceList.h 1.12 1.13
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Dec 13 15:41:56 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv21791
Modified Files:
cmCreateTestSourceList.h
Log Message:
ENH: fix docs
Index: cmCreateTestSourceList.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCreateTestSourceList.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cmCreateTestSourceList.h 10 Oct 2007 15:47:43 -0000 1.12
+++ cmCreateTestSourceList.h 13 Dec 2007 20:41:54 -0000 1.13
@@ -73,7 +73,7 @@
"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();) 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