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
======================================================================
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers