Categories
An approach to unit testing C code
Unlike more modern languages, C doesn't have a tradition of unit testing. But unit testing C code is perfectly possible, and a very effective way to reduce bugs and aid development. In this article we take a look at how we like to approach unit testing a C project.
...READ MORE...