PengZheng commented on issue #96:
URL: https://github.com/apache/celix/issues/96#issuecomment-1675940483
> CppUTest is easy to build for an end-user and is typically distributed
with the package manager. For gtest+gmock this is not the case and the end-user
needs to build and install from source by themselves. Alternatively Celix could
bundle the binaries and headers, which would add work on the project side
instead of the user side.
With Conan package manager, one extra line like
`self.test_requires("gtest/1.10.0")` will make gtest ready to use.
Mocking C functions is indeed an issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]