summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestMemcheck/CTestConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Move CTestTestMemcheck cases into a RunCMake.CTestMemcheck testBrad King2014-12-181-9/+0
| | | | | | | | The CTestTestMemcheck test cases all try to check the ctest output with a regular expression. They fail intermittently due to ordering of the portions of the output that come from stdout and stderr being mixed. Convert all the test cases to use the RunCMake infrastructure to match stdout and stderr separately.
* Update CDash server URLBrad King2014-06-241-2/+2
| | | | It is now at open.cdash.org and does not start in "/CDash".
* Tests: remove code duplication in CTestTestMemCheck testsRolf Eike Beer2013-05-091-0/+9
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.