labels_for_subprojects.rst 613 B

1234567891011121314
  1. labels_for_subprojects
  2. ----------------------
  3. * A :variable:`CTEST_LABELS_FOR_SUBPROJECTS` CTest module variable and CTest
  4. script variable was added to specify a list of labels that should be treated
  5. as subprojects by CDash. To use this value in both the CTest module and the
  6. ctest command line `Dashboard Client` mode (e.g. ctest -S) set it in the
  7. CTestConfig.cmake config file.
  8. * A :prop_dir:`LABELS` directory property was added to specify labels
  9. for all targets and tests in a directory.
  10. * A :variable:`CMAKE_DIRECTORY_LABELS` variable was added to specify
  11. labels for all tests in a directory.