Embedded Unit is unit testing framework for Embedded C System. Its design was copied from JUnit and CUnit and more, and then adapted somewhat for Embedded C System.
Embedded Unit does not require std C libs.
All objects are allocated to const area.
License
MIT LicenseFollow Embedded Unit
Other Useful Business Software
Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution
Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
Rate This Project
Login To Rate This Project
User Reviews
-
These libraries did work on every system I tested so far - without problems: MacOS (ppc), Linux (ppc and x86), Windows (even Win98). Embunit is very simple - therefore easy to learn. If your focus is to run tests in a multi-process or multi-threaded environment, if you want to link test cases to requirements and update requirement test coverages in a database, if you want to measure code coverage - this tool might possibly be the wrong choice. Its simplicity is really brilliant! 1) Unpack the embunit package, 2) add the embunit paths to your include and linker paths, 3) copy and adapt a demo-test-case and you have your unit-tests running within only one hour.
-
Bug report not fixed for 3 years... not much happening on this project.