Tags give the ability to mark specific points in history as being important
-
cmocka-1.1.6
f1e16150 · ·cmocka-1.1.6 * Added new assert macros to compare 2 double given an epsilon * Added meson build system * Added header with version to TAP13 output * Fixed issues with MSVC * Fixed TAP output for skipped tests * Fixed issue with fail_msg * CMake generated configs for find_package(cmocka) * Documentation improvements
-
cmocka-1.1.4
ad4f670e · ·cmocka-1.1.4 * Added assert_float(_not)_equal() * Added expect_any_always() * Small bug fixes
-
cmocka-1.1.3
7269b468 · ·cmocka-1.1.3 * Fixed subunit output on failures * Do not abort if a test is skipped * Switched to Modern CMake