This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git
from c6cbbe02 Merge branch 'master' into feature/refactor_bundle_cache
add d0c6f2ca Extend error injections test for bundle archive creation
No new revisions were added by this update.
Summary of changes:
libs/error_injector/CMakeLists.txt | 1 +
.../{malloc => celix_utils}/CMakeLists.txt | 10 ++--
.../include/celix_utils_ei.h} | 11 ++--
.../src/celix_utils_ei.cc} | 22 ++++----
libs/framework/gtest/CMakeLists.txt | 2 +-
.../BundleArchiveWithErrorInjectionTestSuite.cc | 61 +++++++++++++++++-----
libs/framework/src/bundle_archive.c | 1 -
libs/framework/src/bundle_revision.c | 6 ++-
libs/framework/src/bundle_revision_private.h | 7 +++
libs/framework/src/framework.c | 1 -
10 files changed, 80 insertions(+), 42 deletions(-)
copy libs/error_injector/{malloc => celix_utils}/CMakeLists.txt (71%)
copy libs/error_injector/{malloc/include/malloc_ei.h =>
celix_utils/include/celix_utils_ei.h} (82%)
copy libs/error_injector/{malloc/include/malloc_ei.h =>
celix_utils/src/celix_utils_ei.cc} (74%)