forked from siu/minunit
-
Notifications
You must be signed in to change notification settings - Fork 1
Minimal unit testing framework for C
License
jlcordeiro/minunit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- C 100.0%