Files
CMake/Help/release/dev/test-properties-directory.rst
2023-08-11 10:50:52 -04:00

16 lines
680 B
ReStructuredText

test-properties-directory
-------------------------
* The ``TEST`` mode of the :command:`set_property` command gained a
``DIRECTORY`` sub-option, which allows you to set properties on tests in
other directories.
* The :command:`set_tests_properties` command gained a ``DIRECTORY``
sub-option, which allows you to set properties on tests in other
directories.
* The ``TEST`` mode of the :command:`get_property` command gained a
``DIRECTORY`` sub-option, which allows you to get properties on tests in
other directories.
* The :command:`get_test_property` command gained a ``DIRECTORY``
sub-option, which allows you to get properties on tests in other
directories.