Analyzed about 1 year ago
tap4embedded is a TAP producer library designed for C embedded.
It allows a simple and efficient way to write unit tests in C.
The output uses the Test Anything Protocol, that allows a compatibility with the Perl QA ecosystem.
Design Goals:
1. simple and transparent (ie. no automagic)
... [More]
2. works with deeply embedded system toolchains (ie. libc minimalist prerequisites)
3. allows dual targeting (x100 faster on host than on target)
4. reuse a well-known output format which is already handled by most of the continuous integration tools [Less]