diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-05-12 09:11:51 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-05-12 09:11:51 -0400 |
commit | 39bf28f5d2d4ecaae261d64a3f56c98e152a2237 (patch) | |
tree | f6f632dd318cf8b154914bbe22bb28d7972cda90 /Source/CTest/cmCTestStartCommand.h | |
parent | ab2cb66dd852cdd4330736f8ed5b5e03825f954b (diff) | |
download | cmake-39bf28f5d2d4ecaae261d64a3f56c98e152a2237.tar.gz |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestStartCommand.h b/Source/CTest/cmCTestStartCommand.h index 103a14b09d..2aba473549 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 " |