Binary compatibility report for the CMocka library between 0.4.1 and 1.0.0 versions on x86
Test Info
Library Name | CMocka |
Version #1 | 0.4.1 |
Version #2 | 1.0.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 42 / 50 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (4)
cmocka.h,
libcmocka.so.0.3.0
_cmocka_run_group_tests ( char const* group_name, struct CMUnitTest const*const tests, size_t const num_tests, CMFixtureFunction group_setup, CMFixtureFunction group_teardown )
_skip ( char const*const file, int const line )
_test_realloc ( void* ptr, size_t const size, char const* file, int const line )
cmocka_set_message_output ( enum cm_message_output output )
to the top
Header Files (1)
cmocka.h
to the top
Shared Libraries (1)
libcmocka.so.0.2.1
to the top
Generated on Mon Feb 16 22:28:53 2015 for CMocka by ABI Compliance Checker 1.99.9
A tool for checking backward compatibility of a C/C++ library API