summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestSubdir/CTestConfig.cmake
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-10-20 17:35:44 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-10-20 17:35:44 (GMT)
commit78174651b696a8e20ae55291a3b157bcab412408 (patch)
treefa7e3650c0b5c1bf35696a6d6a227cb2ce5733b7 /Tests/CTestTestSubdir/CTestConfig.cmake
parentf2010871ba9802386cb63733faf6e1a3b762158b (diff)
downloadCMake-78174651b696a8e20ae55291a3b157bcab412408.zip
CMake-78174651b696a8e20ae55291a3b157bcab412408.tar.gz
CMake-78174651b696a8e20ae55291a3b157bcab412408.tar.bz2
Added a ctest add_subdirectory test which fails before my patch made earlier today.
Diffstat (limited to 'Tests/CTestTestSubdir/CTestConfig.cmake')
-rw-r--r--Tests/CTestTestSubdir/CTestConfig.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CTestTestSubdir/CTestConfig.cmake b/Tests/CTestTestSubdir/CTestConfig.cmake
new file mode 100644
index 0000000..4b848aa
--- /dev/null
+++ b/Tests/CTestTestSubdir/CTestConfig.cmake
@@ -0,0 +1,7 @@
+set(CTEST_PROJECT_NAME "CTestTestSubdir")
+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)