2014-08-03 19:52:23 +02:00
|
|
|
ctest_read_custom_files
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
read CTestCustom files.
|
|
|
|
|
2023-05-23 16:38:00 +02:00
|
|
|
.. code-block:: cmake
|
2014-08-03 19:52:23 +02:00
|
|
|
|
2023-05-23 16:38:00 +02:00
|
|
|
ctest_read_custom_files(<directory>...)
|
2014-08-03 19:52:23 +02:00
|
|
|
|
|
|
|
Read all the CTestCustom.ctest or CTestCustom.cmake files from the
|
|
|
|
given directory.
|
2015-11-17 17:22:37 +01:00
|
|
|
|
|
|
|
By default, invoking :manual:`ctest(1)` without a script will read custom
|
|
|
|
files from the binary directory.
|