diff options
Diffstat (limited to 'Source/cmTest.cxx')
-rw-r--r-- | Source/cmTest.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx index 2abebd8..c7b1637 100644 --- a/Source/cmTest.cxx +++ b/Source/cmTest.cxx @@ -110,6 +110,11 @@ void cmTest::DefineProperties(cmake *cm) "For example: PASS_REGULAR_EXPRESSION \"[^a-z]Error;ERROR;Failed\""); cm->DefineProperty + ("LABELS", cmProperty::TEST, + "Specify a list of text labels associated with a test.", + "The list is reported in dashboard submissions."); + + cm->DefineProperty ("MEASUREMENT", cmProperty::TEST, "Specify a DART measurement and value to be reported for a test.", "If set to a name then that name will be reported to DART as a " |