summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 477775a..bb53b10 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -133,7 +133,8 @@ public:
CONFIGURE_ERRORS = 0x02,
BUILD_ERRORS = 0x04,
TEST_ERRORS = 0x08,
- MEMORY_ERRORS = 0x10
+ MEMORY_ERRORS = 0x10,
+ COVERAGE_ERRORS = 0x20
};
int GenerateNotesFile(const char* files);