summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-10-08 21:58:39 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-10-08 21:58:39 (GMT)
commit3b0862749d17d61cfaff111ea6a0940e217ad3bb (patch)
tree66dde2a34764f619e9096a8e9b0076ef33304f16 /Source/CTest
parentfdb0c8758a54a929dca054f4630812b5d6d617b3 (diff)
downloadCMake-3b0862749d17d61cfaff111ea6a0940e217ad3bb.zip
CMake-3b0862749d17d61cfaff111ea6a0940e217ad3bb.tar.gz
CMake-3b0862749d17d61cfaff111ea6a0940e217ad3bb.tar.bz2
STYLE: lowercase ctest_test() in the documentation
Alex
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestTestCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestTestCommand.h b/Source/CTest/cmCTestTestCommand.h
index e449548..b4fcadb 100644
--- a/Source/CTest/cmCTestTestCommand.h
+++ b/Source/CTest/cmCTestTestCommand.h
@@ -60,7 +60,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " CTEST_TEST([BUILD build_dir]\n"
+ " ctest_test([BUILD build_dir]\n"
" [START start number] [END end number]\n"
" [STRIDE stride number] [EXCLUDE exclude regex ]\n"
" [INCLUDE include regex] [RETURN_VALUE res] )\n"