summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h1
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();