blob: cf8e17a9cbc0135a81f858202fdd5fdd066f0048 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
ctest_read_custom_files
-----------------------
read CTestCustom files.
::
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.
|