Files
cmake/Help/command/ctest_read_custom_files.rst
Tyler Yankee cec6248a94 Help/ctest_*: Improve documentation around the edges
Improve standardization and cross-references. This doesn't make any
substantial changes to the existing prose.
2026-04-13 14:32:01 -04:00

15 lines
340 B
ReStructuredText

ctest_read_custom_files
-----------------------
Read CTestCustom files.
.. code-block:: cmake
ctest_read_custom_files(<directory>...)
Read all the ``CTestCustom.ctest`` or ``CTestCustom.cmake`` files from the
given directory.
By default, invoking :manual:`ctest(1)` without a script will read custom
files from the binary directory.