mirror of
https://github.com/reactos/CMake.git
synced 2024-12-08 11:56:25 +00:00
ed5bde30f7
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.
8 lines
221 B
ReStructuredText
8 lines
221 B
ReStructuredText
TEST_INCLUDE_FILES
|
|
------------------
|
|
|
|
A list of cmake files that will be included when ctest is run.
|
|
|
|
If you specify ``TEST_INCLUDE_FILES``, those files will be included and
|
|
processed when ctest is run on the directory.
|