This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/dfi-cleanup
in repository https://gitbox.apache.org/repos/asf/celix.git
from cced65cf Code deduplication and coverage improvements for dyn_common.
add 45bc7d2f Add more tests for dyn_common.c
No new revisions were added by this update.
Summary of changes:
libs/dfi/gtest/CMakeLists.txt | 2 +
libs/dfi/gtest/src/dyn_common_ei_tests.cc | 84 +++++++++++++++
libs/dfi/gtest/src/dyn_common_tests.cc | 149 +++++++++++++++++++++++++++
libs/dfi/src/dyn_common.c | 102 +++++++++---------
libs/dfi/src/dyn_common.h | 16 +--
libs/error_injector/stdio/CMakeLists.txt | 1 +
libs/error_injector/stdio/include/stdio_ei.h | 2 +
libs/error_injector/stdio/src/stdio_ei.cc | 10 ++
8 files changed, 299 insertions(+), 67 deletions(-)
create mode 100644 libs/dfi/gtest/src/dyn_common_ei_tests.cc
create mode 100644 libs/dfi/gtest/src/dyn_common_tests.cc