Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmCTestTestHandler: indicate why a test did not run | Ben Boeckel | 2017-04-24 | 4 | -8/+8 |
| | |||||
* | cmCTestTestHandler: count skipped tests as disabled | Ben Boeckel | 2017-04-24 | 10 | -0/+132 |
The `Skipped` status is basically a runtime version of the `Disabled` status (set as a property on the test by the configure step), so treat them the same. |