This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/conan_support
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 93f358d Add missing find_dependency in CelixConfig.cmake, and add
test_package for etcdlib, launcher, and promises.
add b4606a1 Add test_package for pushstreams, fix compilation error, and
make FindCppUTest.cmake compatible with the one generated by conan.
No new revisions were added by this update.
Summary of changes:
.../remote_service_admin_dfi/gtest/CMakeLists.txt | 2 +-
.../private/test/CMakeLists.txt | 2 +-
.../topology_manager/tms_tst/CMakeLists.txt | 2 +-
.../topology_manager/tms_tst/bundle/CMakeLists.txt | 3 +-
.../tms_tst/disc_mock/CMakeLists.txt | 3 +-
bundles/shell/shell/gtest/CMakeLists.txt | 20 +++++----
cmake/CelixConfig.cmake | 4 +-
cmake/Modules/FindCppUTest.cmake | 14 +++++++
conanfile.py | 3 +-
.../pushstreams/api/celix/impl/PushEventConsumer.h | 1 +
libs/utils/CMakeLists.txt | 20 ++++-----
.../config_admin/config_admin_tst/CMakeLists.txt | 2 +-
test_package/CMakeLists.txt | 9 ++++
test_package/conanfile.py | 4 +-
test_package/test_pushstreams.cpp | 49 ++++++++++++++++++++++
15 files changed, 105 insertions(+), 33 deletions(-)
create mode 100644 test_package/test_pushstreams.cpp