diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-08 20:06:33 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-08 20:06:33 (GMT) |
commit | e37f8e2964e8415892eb31dce4c462173e95f69f (patch) | |
tree | 71aa497bb50233407b22d7c318aee1b18285c815 /Source/CTest/cmCTestScriptHandler.h | |
parent | d1c4a0bf9ee0851a576aea6af72b20222144f830 (diff) | |
download | CMake-e37f8e2964e8415892eb31dce4c462173e95f69f.zip CMake-e37f8e2964e8415892eb31dce4c462173e95f69f.tar.gz CMake-e37f8e2964e8415892eb31dce4c462173e95f69f.tar.bz2 |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.h b/Source/CTest/cmCTestScriptHandler.h index f82f3ea..d410c4e 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); |