Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: report time spent after matching output | Zack Galbreath | 2016-10-17 | 1 | -1/+3 |
| | | | | | When using the TIMEOUT_AFTER_MATCH test property, only report the time spent by the test after the matching output was found. | ||||
* | CTest: Optionally use a secondary test timeout after matching output | Zack Galbreath | 2016-03-22 | 1 | -0/+37 |
Allow a test N seconds to complete after we detect a matching line in its output. Activate this behavior with a new TIMEOUT_AFTER_MATCH test property. |