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
Resolve Support Tickets 2x Faster with ServoDesk
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
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.