summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestStartCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-05-12 13:11:51 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-05-12 13:11:51 (GMT)
commit39bf28f5d2d4ecaae261d64a3f56c98e152a2237 (patch)
treef6f632dd318cf8b154914bbe22bb28d7972cda90 /Source/CTest/cmCTestStartCommand.h
parentab2cb66dd852cdd4330736f8ed5b5e03825f954b (diff)
downloadCMake-39bf28f5d2d4ecaae261d64a3f56c98e152a2237.zip
CMake-39bf28f5d2d4ecaae261d64a3f56c98e152a2237.tar.gz
CMake-39bf28f5d2d4ecaae261d64a3f56c98e152a2237.tar.bz2
STYLE: use lower case also for the ctest-specific commands, as in cmake
I hope I didn't make a typo anywhere, at least the tests still succeed Alex
Diffstat (limited to 'Source/CTest/cmCTestStartCommand.h')
-rw-r--r--Source/CTest/cmCTestStartCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestStartCommand.h b/Source/CTest/cmCTestStartCommand.h
index 103a14b..2aba473 100644
--- a/Source/CTest/cmCTestStartCommand.h
+++ b/Source/CTest/cmCTestStartCommand.h
@@ -51,7 +51,7 @@ public:
/**
* The name of the command as specified in CMakeList.txt.
*/
- virtual const char* GetName() { return "CTEST_START";}
+ virtual const char* GetName() { return "ctest_start";}
/**
* Succinct documentation.
@@ -67,7 +67,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " CTEST_START(Model [TRACK <track>] [source [binary]])\n"
+ " ctest_start(Model [TRACK <track>] [source [binary]])\n"
"Starts the testing for a given model. The command should be called "
"after the binary directory is initialized. If the 'source' and "
"'binary' directory are not specified, it reads the "