set_tests_properties.rst 456 B

1234567891011121314
  1. set_tests_properties
  2. --------------------
  3. Set a property of the tests.
  4. ::
  5. set_tests_properties(test1 [test2...] PROPERTIES prop1 value1 prop2 value2)
  6. Set a property for the tests. If the test is not found, CMake
  7. will report an error.
  8. :manual:`Generator expressions <cmake-generator-expressions(7)>` will be
  9. expanded the same as supported by the test's :command:`add_test` call. See
  10. :ref:`Test Properties` for the list of properties known to CMake.