Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: remove unreachable code and CTestTestMemcheckUnknown test | Rolf Eike Beer | 2013-05-09 | 1 | -19/+0 |
| | | | | | | | The memory checker command can't be quoted at this point, because previously it has been tested that the given file exists, which will fail if the name is quoted. The CTestTestMemcheckUnknown test aimed to test this case, has always failed to do so and serves no useful purpose therefore. | ||||
* | Tests: Add generator toolset support | Brad King | 2013-02-07 | 1 | -0/+1 |
| | | | | | Propagate CMAKE_GENERATOR_TOOLSET through the test hierarchy so that all tests can build with the selected generator toolset, if any. | ||||
* | CTest: add a check with a quoted memory checker | Rolf Eike Beer | 2012-10-04 | 1 | -0/+18 |