get_test_property.rst 386 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 property is not found, VAR will be set to
  8. "NOTFOUND". For a list of standard properties you can type cmake
  9. --help-property-list
  10. See also the more general get_property() command.