2013-10-15 19:17:36 +04:00
|
|
|
get_test_property
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
Get a property of the test.
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
get_test_property(test property VAR)
|
|
|
|
|
2015-01-09 00:18:46 +03:00
|
|
|
Get a property from the test. The value of the property is stored in
|
|
|
|
the variable VAR. If the test or property is not found, VAR will be
|
|
|
|
set to "NOTFOUND". For a list of standard properties you can type cmake
|
|
|
|
--help-property-list.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
See also the more general get_property() command.
|