Tag unit test

The quest to the perfect Makefile

I have been using cmake for a while because I think writing good Makefile is a very tricky task. Unfortunately, cmake is not always...

CMake and CppUTest

When implementing a new feature or fixing bugs, I like having a quick feedback to make sure that my changes didn't break the code. This...