[cmake-developers] [CMake 0013238]: set_tests_properties not documented
Mantis Bug Tracker
mantis at public.kitware.com
Mon May 21 10:55:56 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://cmake.org/Bug/view.php?id=13238
======================================================================
Reported By: Mathieu Malaterre
Assigned To:
======================================================================
Project: CMake
Issue ID: 13238
Category: CTest
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-05-21 10:55 EDT
Last Modified: 2012-05-21 10:55 EDT
======================================================================
Summary: set_tests_properties not documented
Description:
it would be nice if all properties of set_tests_properties would be documented.
It looks like the following are not documented:
$ grep "key ==" Source/CTest/cmCTestTestHandler.cxx
if ( key == "WILL_FAIL" )
if ( key == "ATTACHED_FILES" )
if ( key == "ATTACHED_FILES_ON_FAIL" )
if ( key == "RESOURCE_LOCK" )
if ( key == "TIMEOUT" )
if ( key == "COST" )
if ( key == "REQUIRED_FILES" )
if ( key == "RUN_SERIAL" )
if ( key == "FAIL_REGULAR_EXPRESSION" )
if ( key == "PROCESSORS" )
if ( key == "DEPENDS" )
if ( key == "ENVIRONMENT" )
if ( key == "LABELS" )
if ( key == "MEASUREMENT" )
if ( key == "PASS_REGULAR_EXPRESSION" )
if ( key == "WORKING_DIRECTORY" )
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-05-21 10:55 Mathieu MalaterreNew Issue
======================================================================
More information about the cmake-developers
mailing list