summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-12-19 15:12:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-12-19 15:12:29 (GMT)
commite15b14d431cb90d5002576ec0dbfb10c2cda6002 (patch)
tree3499ece61caba514f6adb00fa0c5103b162d2823
parent172f37be335cc0c7b6113f7b7708bb4aa00b9ac5 (diff)
parentad330edaa2be58fe31706499677d01567f4667cd (diff)
downloadCMake-e15b14d431cb90d5002576ec0dbfb10c2cda6002.zip
CMake-e15b14d431cb90d5002576ec0dbfb10c2cda6002.tar.gz
CMake-e15b14d431cb90d5002576ec0dbfb10c2cda6002.tar.bz2
Merge topic 'vtk-contract'
ad330ed Tests/Contracts: Submit notes with VTK build
-rw-r--r--Tests/Contracts/VTK/Dashboard.cmake.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Contracts/VTK/Dashboard.cmake.in b/Tests/Contracts/VTK/Dashboard.cmake.in
index e33a2de..c3d10f4 100644
--- a/Tests/Contracts/VTK/Dashboard.cmake.in
+++ b/Tests/Contracts/VTK/Dashboard.cmake.in
@@ -1,3 +1,11 @@
+# This submission's role is to test leading edge of cmake development
+# against VTK release
+#
+# Maintainer: Zack Galbreath <zack.galbreath@kitware.com>
+#
+# This file was generated as part of the CMake/VTK Contracts test.
+# See <CMake-src>/Tests/Contracts/VTK/ for more information
+
set(CTEST_SITE "@SITE@")
set(CTEST_BUILD_NAME "Contracts.VTK")
set(CTEST_DASHBOARD_ROOT "@base_dir@")
@@ -6,6 +14,7 @@ set(CTEST_BINARY_DIRECTORY "${CTEST_DASHBOARD_ROOT}/VTK-build")
set(CTEST_CMAKE_GENERATOR "@CMAKE_GENERATOR@")
set(CTEST_CONFIGURATION_TYPE Debug)
+set(CTEST_NOTES_FILES "${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}")
# Assume a Linux build, with a make that supports -j9. Modify this script if
# assumption is ever invalid.