1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 19:43:23 +08:00

Help: Add notes for topic 'labels_for_subprojects'

This commit is contained in:
Betsy McPhail
2017-06-30 11:35:04 -04:00
committed by Brad King
parent a70d8e93e8
commit 376dc3eb22

View File

@@ -0,0 +1,14 @@
labels_for_subprojects
----------------------
* A :variable:`CTEST_LABELS_FOR_SUBPROJECTS` CTest module variable and CTest
script variable was added to specify a list of labels that should be treated
as subprojects by CDash. To use this value in both the CTest module and the
ctest command line `Dashboard Client` mode (e.g. ctest -S) set it in the
CTestConfig.cmake config file.
* A :prop_dir:`LABELS` directory property was added to specify labels
for all targets and tests in a directory.
* A :variable:`CMAKE_DIRECTORY_LABELS` variable was added to specify
labels for all tests in a directory.