mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Improve standardization and cross-references. This doesn't make any substantial changes to the existing prose.
15 lines
340 B
ReStructuredText
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.
|