Posted on Thu Dec 14, 2017
I’ve pushed on Github a new project: CCTests is a C11 language library I’m going to use as test framework for C11 code. It does not have many features, right now, but it interfaces with CCExceptions, which is something I really want.
In truth, I should have adopted an already existing testing framework (there are many for the C language); but I kept the idea lingering in my head doing nothing for quite a while. When I decided to write my own framework: I was on it in a few days. So: here it is!