MantisBT - CMake
View Issue Details
0013238CMakeCTestpublic2012-05-21 10:552012-10-01 13:23
Mathieu Malaterre 
 
normalminoralways
closedno change required 
CMake 2.8.9 
 
0013238: set_tests_properties not documented
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" )

No tags attached.
Issue History
2012-05-21 10:55Mathieu MalaterreNew Issue
2012-05-21 10:59Brad KingNote Added: 0029519
2012-05-21 11:03Mathieu MalaterreNote Added: 0029520
2012-05-21 11:07Brad KingNote Added: 0029521
2012-05-21 11:11Mathieu MalaterreNote Added: 0029522
2012-05-21 11:12Brad KingStatusnew => resolved
2012-05-21 11:12Brad KingResolutionopen => no change required
2012-10-01 13:23David ColeNote Added: 0031132
2012-10-01 13:23David ColeStatusresolved => closed

Notes
(0029519)
Brad King   
2012-05-21 10:59   
http://www.cmake.org/cmake/help/v2.8.8/cmake.html#section_PropertiesonTests [^]
(0029520)
Mathieu Malaterre   
2012-05-21 11:03   
From the command line (no internet access), I know how to use:

$ cmake --help-property DEPENDS

however I do not know how to list "PropertiesonTests"
(0029521)
Brad King   
2012-05-21 11:07   
The output of --help-properties has a "Properties on Tests" section. The test properties are included in the list produced by --help-property-list. The --help-property option will answer queries about test properties.

All of this is true for properties of all types. No set_*_properties command lists all the properties it supports.
(0029522)
Mathieu Malaterre   
2012-05-21 11:11   
ok, closing. Thanks !
(0031132)
David Cole   
2012-10-01 13:23   
Closing resolved issues that have not been updated in more than 4 months.