瀏覽代碼

Help: Add notes for topic 'labels_for_subprojects'

Betsy McPhail 8 年之前
父節點
當前提交
376dc3eb22
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      Help/release/dev/labels_for_subprojects.rst

+ 14 - 0
Help/release/dev/labels_for_subprojects.rst

@@ -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.