From d08ec4d25a8113388092bf342002f3859f6b8de4 Mon Sep 17 00:00:00 2001 From: Betsy McPhail Date: Tue, 27 Jun 2017 15:23:18 -0400 Subject: Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable Use this variable to specify a list of labels that will be reported to CDash as subprojects. --- Modules/DartConfiguration.tcl.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Modules/DartConfiguration.tcl.in') diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 0ff2eed8b0..b86a5a9a8c 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -16,6 +16,9 @@ Site: @SITE@ # Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ BuildName: @BUILDNAME@ +# Subprojects +LabelsForSubprojects: @CTEST_LABELS_FOR_SUBPROJECTS@ + # Submission information IsCDash: @CTEST_DROP_SITE_CDASH@ CDashVersion: @CTEST_CDASH_VERSION@ -- cgit v1.2.1