summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestMemcheck/DummyBC/CTestConfig.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2013-05-05 18:44:07 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2013-05-09 17:22:31 (GMT)
commitabf1df48fc966efc8c2d489acbea24dc0312c84c (patch)
treec4d7b7cf788b17ea97d1ae3f100008b70ab73dcc /Tests/CTestTestMemcheck/DummyBC/CTestConfig.cmake
parentf4994223bb84bfe98e0113a8a5ccac67435c13d3 (diff)
downloadCMake-abf1df48fc966efc8c2d489acbea24dc0312c84c.zip
CMake-abf1df48fc966efc8c2d489acbea24dc0312c84c.tar.gz
CMake-abf1df48fc966efc8c2d489acbea24dc0312c84c.tar.bz2
Tests: remove code duplication in CTestTestMemCheck tests
The code for the tests is basically the same for all those subtests, so have one template and configure that for as many tests as possible to make it easier maintainable.
Diffstat (limited to 'Tests/CTestTestMemcheck/DummyBC/CTestConfig.cmake')
-rw-r--r--Tests/CTestTestMemcheck/DummyBC/CTestConfig.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/CTestTestMemcheck/DummyBC/CTestConfig.cmake b/Tests/CTestTestMemcheck/DummyBC/CTestConfig.cmake
deleted file mode 100644
index 39cdd88..0000000
--- a/Tests/CTestTestMemcheck/DummyBC/CTestConfig.cmake
+++ /dev/null
@@ -1,7 +0,0 @@
-set (CTEST_PROJECT_NAME "CTestTestMemcheckDummyBC")
-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)