summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestMemcheck/NoLogDummyChecker
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Move CTestTestMemcheck tools into Tests/CMakeLibBrad King2014-12-181-22/+0
| | | | | | The dummy memcheck tools we build for the RunCMake.CTestMemcheck tests require CMakeLib, so put them in a Tests/CMakeLib/PseudoMemcheck directory.
* Tests/CTestTestMemcheck: Help Xcode 2.x create output dirsBrad King2014-03-261-6/+6
| | | | | Add the PRE_BUILD step to all targets that need it so the output directories get created no matter which target is built first.
* Tests: Prevent unnecessary rebuilds in CTestTestMemcheckDavid Cole2014-03-201-1/+6
| | | | | | | | | | | Repeated "cmake . && ninja" calls were resulting in rebuilds every time. Change the test so that it uses "file(WRITE" to generate a ".in" file and then configure_file to "copy if different" that ".in" file to the final generated source file. Now, rebuilds will only occur if there are changes to the generated source file on "cmake ." runs after the first one.
* Tests: verify that memory checker output files are always presentRolf Eike Beer2013-05-091-0/+17
All supported memory checkers now write their output to a file. Use a dummy checker that ignores the given filename and ensure that the missing file is reported as error.