summaryrefslogtreecommitdiff
path: root/Tests/Contracts/VTK
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2013-12-09 14:02:35 -0500
committerBrad King <brad.king@kitware.com>2013-12-19 10:01:14 -0500
commitad330edaa2be58fe31706499677d01567f4667cd (patch)
treedde5311d0f0ce11abc7bbc9b7a86da91572cc334 /Tests/Contracts/VTK
parentca9e11727b697be364200b5fd8b45bf7ad6f6f7b (diff)
downloadcmake-ad330edaa2be58fe31706499677d01567f4667cd.tar.gz
Tests/Contracts: Submit notes with VTK build
Submit the configured Dashboard script as as Notes file to CDash. Also add comments about the origin & purpose of this test.
Diffstat (limited to 'Tests/Contracts/VTK')
-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 e33a2de798..c3d10f4bf2 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.