get_test_property.rst 395 B

123456789101112131415
  1. get_test_property
  2. -----------------
  3. Get a property of the test.
  4. ::
  5. get_test_property(test property VAR)
  6. Get a property from the test. The value of the property is stored in
  7. the variable VAR. If the test or property is not found, VAR will be
  8. set to "NOTFOUND". For a list of standard properties you can type cmake
  9. --help-property-list.
  10. See also the more general get_property() command.