You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
332 B
15 lines
332 B
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.
|