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
|
2015-06-05 00:51:22 +03:00
|
|
|
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
|
|
|
|
2015-06-05 00:51:22 +03:00
|
|
|
See also the more general :command:`get_property` command.
|