Skip to content

mindw/Unity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 78.1%
  • Ruby 21.5%
  • C++ 0.4%