summaryrefslogtreecommitdiffstats
path: root/Source/cmTestsRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTestsRule.h')
-rw-r--r--Source/cmTestsRule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTestsRule.h b/Source/cmTestsRule.h
index 6ccfdab..cc1686c 100644
--- a/Source/cmTestsRule.h
+++ b/Source/cmTestsRule.h
@@ -60,7 +60,7 @@ public:
/**
* Succinct documentation.
*/
- virtual const char* TerseDocumentation()
+ virtual const char* GetTerseDocumentation()
{
return "Add a list of executables files that are run as tests.";
}
@@ -68,7 +68,7 @@ public:
/**
* More documentation.
*/
- virtual const char* FullDocumentation()
+ virtual const char* GetFullDocumentation()
{
return
"TESTS(file1 file2 ...)";