mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
Add new directory property TEST_INCLUDE_FILES. This supersedes TEST_INCLUDE_FILE, though the latter is of course retained for compatibility. Basically, this is a list rather than a single file. This allows the feature to be used by generic utilities without conflicting with local use.
10 lines
265 B
ReStructuredText
10 lines
265 B
ReStructuredText
TEST_INCLUDE_FILE
|
|
-----------------
|
|
|
|
Deprecated. Use :prop_dir:`TEST_INCLUDE_FILES` instead.
|
|
|
|
A cmake file that will be included when ctest is run.
|
|
|
|
If you specify ``TEST_INCLUDE_FILE``, that file will be included and
|
|
processed when ctest is run on the directory.
|