summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestMemcheck
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename RunCMake.{CTestMemcheck => ctest_memcheck}Brad King2015-02-1969-521/+0
| | | | Follow the convention of naming tests after the command they test.
* Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck)Brad King2015-02-191-14/+2
| | | | | Provide the "run_ctest" macro for use in other tests that also want to cover running "ctest" scripts.
* Tests: Rename RunCMake.CTestMemcheck internals to match CTestSubmitBrad King2015-02-194-12/+12
|
* Tests: Move CTestTestMemcheck cases into a RunCMake.CTestMemcheck testBrad King2014-12-1869-0/+533
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.