minunit
minunit copied to clipboard
Minimal unit testing framework for C
Would you be interested in supporting multiple MU_TEST_SUITE() from different .c files? I am offering to implement it. I know that with this MinUnit would lose the "single header file"...
I added the function MU_RUN_TEST_PARAMETERIZED that allows to define an array of values of the same type and a test. This test is run each time with a new value...
Hello, i used this library two times for my projects at university and it was absolutely a game changer. Great work! I like this library and i really want to...
`mu_assert_long_eq_msg` allows the comparison of two `long`s and optionally add user-defined messages and args to the failure message. Or shall we can modify existing `mu_assert_XXX_eq`s to allow the passing of...
I got lots of warnings and they're all warnings about two lines in minunit.h ``` In file included from minunit_example.c:1: minunit_example.c: In function ‘test_suite’: minunit.h:110:43: warning: comparing floating-point with ‘==’...
This is important when multiple test sources are linked into one test executable.