blob: 294be178d4aa416aa1d4e3eb0e4eee97035ab2b9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
TESTS
-----
.. versionadded:: 3.12
List of tests.
This read-only property holds a
:ref:`semicolon-separated list <CMake Language Lists>` of tests
defined so far, in the current directory, by the :command:`add_test` command.
|