Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Check is a unit testing framework for C. It features a simple interface for defining fordefining unit tests, putting little in the way of the developer. Tests are run arerun in a separate address space, so both assertion failures and code errors that errorsthat cause segmentation faults or other signals can be caught. Test results are resultsare reportable in the following: Subunit, TAP, XML, and a generic logging formatloggingformat.

More information

- Homepage: https://libcheck.github.io/check/

...