diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-16 19:43:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-12-16 19:43:13 (GMT) |
commit | e9e391c00436bb035ab93fb1e2c75fd0f9944f09 (patch) | |
tree | c65321d950e5d5cdbfc9fff5f2778d071b89bb75 /Source/cmCTest.h | |
parent | cd5ec5ee1b8a23ada1ddae9ba9037659d00168d8 (diff) | |
download | CMake-e9e391c00436bb035ab93fb1e2c75fd0f9944f09.zip CMake-e9e391c00436bb035ab93fb1e2c75fd0f9944f09.tar.gz CMake-e9e391c00436bb035ab93fb1e2c75fd0f9944f09.tar.bz2 |
ENH: Several cleanups and attempt to do purify support
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 4a98c30..8321581 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -317,6 +317,7 @@ private: // log holds the output and results hold the different memmory errors. bool ProcessMemCheckOutput(const std::string& str, std::string& log, int* results); bool ProcessMemCheckValgrindOutput(const std::string& str, std::string& log, int* results); + bool ProcessMemCheckPurifyOutput(const std::string& str, std::string& log, int* results); //! Initialize memory checking subsystem. bool InitializeMemoryChecking(); |