mindw / Unity

Simple Unit Testing for C

Home Page:ThrowTheSwitch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity

Simple Unit Testing for C

This is a heavily modified verion of unity for embedded systems:

  • Does not use longjmp for error handling (modified from original).
  • Does not yse any globals.
  • Additional macros for test data creation and usage.
  • The correct file name where the assert failed is reported (it may have failed in a file other than the test is implemented).

About

Simple Unit Testing for C

ThrowTheSwitch.org


Languages

Language:C 78.1%Language:Ruby 21.5%Language:C++ 0.4%