summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestScriptHandler.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-08 16:06:33 -0400
committerAlexander Neundorf <neundorf@kde.org>2007-06-08 16:06:33 -0400
commite37f8e2964e8415892eb31dce4c462173e95f69f (patch)
tree71aa497bb50233407b22d7c318aee1b18285c815 /Source/CTest/cmCTestScriptHandler.h
parentd1c4a0bf9ee0851a576aea6af72b20222144f830 (diff)
downloadcmake-e37f8e2964e8415892eb31dce4c462173e95f69f.tar.gz
STYLE: create command documentation for ctest
I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex
Diffstat (limited to 'Source/CTest/cmCTestScriptHandler.h')
-rw-r--r--Source/CTest/cmCTestScriptHandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.h b/Source/CTest/cmCTestScriptHandler.h
index f82f3ea741..d410c4e0db 100644
--- a/Source/CTest/cmCTestScriptHandler.h
+++ b/Source/CTest/cmCTestScriptHandler.h
@@ -108,6 +108,9 @@ public:
void Initialize();
+ void CreateCMake();
+ void GetCommandDocumentation(std::vector<cmDocumentationEntry>& v) const;
+
private:
// reads in a script
int ReadInScript(const std::string& total_script_arg);