XUnit Testing Infrastructure for C

I am developing a fairly simple C project for an embedded device. I would like to use xUnit testing. I set the validation framework ( http://check.sourceforge.net/ ), but it doesn't seem to support stub functions. I remember that a few years ago I used a very syntactically similar structure that supported cigarette butts, but I can’t remember her name.

So, can anyone suggest an xUnit framework for C that supports stubs? A way to simulate stubs when using a validation library will also be fine.

+3
source share
1 answer

Source: https://habr.com/ru/post/1734854/


All Articles