summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestFailure/CTestConfig.cmake
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-18 16:16:46 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-09-18 16:16:46 (GMT)
commit78e0bfa0fdd2376e89bb7750904db57b5c8bf104 (patch)
tree8201367a03986be0731ce330acf79921f0a61dd6 /Tests/CTestTestFailure/CTestConfig.cmake
parent311eb30672c7f098404a6511f71b930f8aad65d7 (diff)
downloadCMake-78e0bfa0fdd2376e89bb7750904db57b5c8bf104.zip
CMake-78e0bfa0fdd2376e89bb7750904db57b5c8bf104.tar.gz
CMake-78e0bfa0fdd2376e89bb7750904db57b5c8bf104.tar.bz2
Added test coverage for ctest. Covers WILL_FAIL condition, tests that do not build, tests that segfault, and test executable not found (bad command), as well as some pass and fail regular expressions.
Diffstat (limited to 'Tests/CTestTestFailure/CTestConfig.cmake')
-rw-r--r--Tests/CTestTestFailure/CTestConfig.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CTestTestFailure/CTestConfig.cmake b/Tests/CTestTestFailure/CTestConfig.cmake
new file mode 100644
index 0000000..fd8d97a
--- /dev/null
+++ b/Tests/CTestTestFailure/CTestConfig.cmake
@@ -0,0 +1,7 @@
+set (CTEST_PROJECT_NAME "CTestTestFailure")
+set (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
+set (CTEST_DART_SERVER_VERSION "2")
+set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_SITE "www.cdash.org")
+set(CTEST_DROP_LOCATION "/CDash/submit.php?project=PublicDashboard")
+set(CTEST_DROP_SITE_CDASH TRUE)