diff options
author | Brad King <brad.king@kitware.com> | 2013-05-16 18:38:35 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-05-16 18:38:35 (GMT) |
commit | e477f21af2b9200a93f9f83c3663cb1a919abe7c (patch) | |
tree | 9c9d8ff9dc20d6159d66754d098675a6c621e7e1 /Tests/CTestTestMemcheck/DummyValgrindFailPost/CTestConfig.cmake | |
parent | 62a9bdb466248a7726dd23da765ee63eb113fc52 (diff) | |
parent | 10bc50eacf2263719161cab19d4e576dcff2589b (diff) | |
download | CMake-e477f21af2b9200a93f9f83c3663cb1a919abe7c.zip CMake-e477f21af2b9200a93f9f83c3663cb1a919abe7c.tar.gz CMake-e477f21af2b9200a93f9f83c3663cb1a919abe7c.tar.bz2 |
Merge topic 'MemChecker-improvements'
10bc50e Tests: ignore Guard Malloc messages in MemChecker tests
159c3e9 Tests: add a test with custom options passed to valgrind
61ddb93 CTest: fix comment documenting cmBoundsCheckerParser class
cbdfcb0 Tests: add test for non-existent Valgrind suppression file
3b5b758 CTest: drop suppression for gcc 2.9.6 errors from default Valgrind flags
7752253 Tests: verify that memory checker output files are always present
abf1df4 Tests: remove code duplication in CTestTestMemCheck tests
f499422 CTest: remove unreachable code and CTestTestMemcheckUnknown test
dde6306 CTest: use an output file for Valgrind (#14110)
bcc0f3f Tests: create output files for all memory checkers
Diffstat (limited to 'Tests/CTestTestMemcheck/DummyValgrindFailPost/CTestConfig.cmake')
-rw-r--r-- | Tests/CTestTestMemcheck/DummyValgrindFailPost/CTestConfig.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/CTestTestMemcheck/DummyValgrindFailPost/CTestConfig.cmake b/Tests/CTestTestMemcheck/DummyValgrindFailPost/CTestConfig.cmake deleted file mode 100644 index 4ca59a4..0000000 --- a/Tests/CTestTestMemcheck/DummyValgrindFailPost/CTestConfig.cmake +++ /dev/null @@ -1,7 +0,0 @@ -set (CTEST_PROJECT_NAME "CTestTestMemcheckDummyValgrind") -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) |