cobs-c
cobs-c copied to clipboard
C code unit tests
Originally reported by: Craig McQueen (Bitbucket: cmcqueen1975, GitHub: Unknown)
There are unit tests, but written in Python. This is good, but doesn't allow for unit tests to be run on a platform that doesn't support Python--e.g. a small embedded platform.
It would be good to provide some unit tests in C with reasonably good coverage.
- Bitbucket: https://bitbucket.org/cmcqueen1975/cobs-c/issue/1
Original comment by Craig McQueen (Bitbucket: cmcqueen1975, GitHub: Unknown):
I'm looking into it.
I have tried embunit, but found it unsatisfactory for a few reasons.