summaryrefslogtreecommitdiffstats
path: root/Source/cmEnableTestingCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmEnableTestingCommand.h')
-rw-r--r--Source/cmEnableTestingCommand.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/cmEnableTestingCommand.h b/Source/cmEnableTestingCommand.h
index 9d6b695..fc37ee0 100644
--- a/Source/cmEnableTestingCommand.h
+++ b/Source/cmEnableTestingCommand.h
@@ -74,7 +74,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Enable testing for this directory and below.";
+ return "Enable testing for current directory and below.";
}
/**
@@ -83,8 +83,11 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "ENABLE_TESTING()\n"
- "Enables testing for this directory and below. See also the ADD_TEST command. Note that Dart expects to find this file in the build directory root; therefore, this command should be in the source directory root too.";
+ " ENABLE_TESTING()\n"
+ "Enables testing for this directory and below. "
+ "See also the ADD_TEST command. Note that Dart expects to find "
+ "a test file in the build directory root. Therefore, this command "
+ "should be in the source directory root too.";
}
cmTypeMacro(cmEnableTestingCommand, cmCommand);