about summary refs log tree commit diff
path: root/support/support_record_failure.c
Commit message (Collapse)AuthorAgeFilesLines
* support: Add support for delayed test failure reportingFlorian Weimer2016-12-281-0/+106
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.