Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Clarify test fixture naming and use | Craig Scott | 2017-08-08 | 1 | -2/+3 |
| | | | | | | | | * Make it clearer that fixture names are distinct from test case names. * Mention -FS, -FC and -FA ctest command line options for overriding fixture behavior. Fixes: #17141 | ||||
* | CTest: Add support for test fixtures | Craig Scott | 2016-09-20 | 1 | -0/+47 |
Add new test properties: * FIXTURES_SETUP * FIXTURES_CLEANUP * FIXTURES_REQUIRED to specify the roles and dependencies of tests providing/using test fixtures. |