mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
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
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
/**
|
||||
* The name of the command as specified in CMakeList.txt.
|
||||
*/
|
||||
virtual const char* GetName() { return "CTEST_RUN_SCRIPT";}
|
||||
virtual const char* GetName() { return "ctest_run_script";}
|
||||
|
||||
/**
|
||||
* Succinct documentation.
|
||||
@@ -68,7 +68,7 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
" CTEST_RUN_SCRIPT([NEW_PROCESS] script_file_name script_file_name1 \n"
|
||||
" ctest_run_script([NEW_PROCESS] script_file_name script_file_name1 \n"
|
||||
" script_file_name2 ...)\n"
|
||||
"Runs a script or scripts much like if it was run from ctest -S. "
|
||||
"If no argument is provided then the current script is run using "
|
||||
|
||||
Reference in New Issue
Block a user