grassator/bdd-for-c

Allow `printf`-style message formatting in `check`

Closed this issue · 0 comments

You should be able to write something like this:

int a = 5;
int b = 50;
check(a == b, "%i is not equal to %i", a , b);