about summary refs log tree commit diff
path: root/support/tst-support_record_failure.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
|
* support: Implement --verbose option for test programsFlorian Weimer2016-12-311-0/+2
| | | | | | Some tests can produce rather verbose tracing information, and the --verbose option provides a standardized way to enable such logging output.
* support: Add support for delayed test failure reportingFlorian Weimer2016-12-281-0/+150
The new functions support_record_failure records a test failure, but does not terminate the process. The macros TEST_VERIFY and TEST_VERIFY_EXIT check that a condition is true.