Skip to content
forked from siu/minunit

Minimal unit testing framework for C

License

Notifications You must be signed in to change notification settings

jlcordeiro/minunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

== MinUnit: Minimal unit testing framework for C

Based on evil C macros and less than 100 lines of code.

Feel free to fork, modify and improve it!

== Example

Take a look at the example minunit_example.c to see how to use this framework.

Compile with something like:

	gcc minunit_example.c -lrt -o minunit_example

Don't forget to add -ltr for the timer.

== Authors

David Siñuela Pastor <[email protected]>

Note that this project is based on: http://www.jera.com/techinfo/jtns/jtn002.html

About

Minimal unit testing framework for C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%