diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-05-12 13:11:51 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-05-12 13:11:51 (GMT) |
commit | 39bf28f5d2d4ecaae261d64a3f56c98e152a2237 (patch) | |
tree | f6f632dd318cf8b154914bbe22bb28d7972cda90 /Source/CTest/cmCTestReadCustomFilesCommand.h | |
parent | ab2cb66dd852cdd4330736f8ed5b5e03825f954b (diff) | |
download | CMake-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/cmCTestReadCustomFilesCommand.h')
-rw-r--r-- | Source/CTest/cmCTestReadCustomFilesCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestReadCustomFilesCommand.h b/Source/CTest/cmCTestReadCustomFilesCommand.h index dd23d41..71b5c4e 100644 --- a/Source/CTest/cmCTestReadCustomFilesCommand.h +++ b/Source/CTest/cmCTestReadCustomFilesCommand.h @@ -51,7 +51,7 @@ public: /** * The name of the command as specified in CMakeList.txt. */ - virtual const char* GetName() { return "CTEST_READ_CUSTOM_FILES";} + virtual const char* GetName() { return "ctest_read_custom_files";} /** * Succinct documentation. @@ -67,7 +67,7 @@ public: virtual const char* GetFullDocumentation() { return - " CTEST_READ_CUSTOM_FILES( directory ... )\n" + " ctest_read_custom_files( directory ... )\n" "Read all the CTestCustom.ctest or CTestCustom.cmake files from " "the given directory."; } |