summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_memcheck
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Guard more CTest tests against parallel execution.Stephen Kelly2015-04-271-0/+2
|
* CTest: Drop "Error in read script" message at end of testingZack Galbreath2015-02-2713-13/+0
| | | | | | | A more-specific error message is always displayed earlier in the output if any real error occurred. This final summary message is distracting to readers searching through the output for the word "error". Simply drop it.
* ctest_memcheck: Add QUIET optionZack Galbreath2015-02-233-1/+3
|
* Tests: Drop unnecessary stderr matching from RunCMake.ctest_memcheckBrad King2015-02-235-15/+0
| | | | | | | | The Dummy*-stderr.txt files were needed only to match platform-specific memcheck tooling output and verify that stderr is otherwise empty. Now that the RunCMake infrastructure knows how to strip such lines before matching, we can simply drop these files and use the default empty string match.
* Tests: Rename RunCMake.{CTestMemcheck => ctest_memcheck}Brad King2015-02-1969-0/+521
Follow the convention of naming tests after the command they test.