diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-10-20 17:35:44 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-10-20 17:35:44 (GMT) |
commit | 78174651b696a8e20ae55291a3b157bcab412408 (patch) | |
tree | fa7e3650c0b5c1bf35696a6d6a227cb2ce5733b7 /Tests/CTestTestSubdir/CTestConfig.cmake | |
parent | f2010871ba9802386cb63733faf6e1a3b762158b (diff) | |
download | CMake-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.cmake | 7 |
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) |