master
tests(output): Add tests to check CMOCKA_MESSAGE_OUTPUT
cmocka: Remove deprecated functions and cmockery legacy support
update meson tests
fix: Avoid implicit sign conversions
Include standard headers by default.
fix(assert): Fix pointer asserts with functions pointers
tests(assert): Add assert_uint_in_range() above limits (UINT_MAX)
fix(cmocka): Don't mix uint/int functions, causing -Wsign-conversion
fix(include): Add ALLOCATION_TESTING guard
tests(expect_check): Use const
fix(tests): Use the new check_expected API in existing tests
cmocka: Do not break the expect_check() API
fix(mock): Print error when mock_*() is called outside a mock function
implement tests for new environment variable filters
feat(output): Add support for TAP 14