This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git.
from bae96af Merge pull request #6 from ShannonDing/package
add 643bf4d Add Gtest for unitest
add c8ef318 Add third_party Package
add 25bf042 Close GTest as default
add e007794 Add Boost Python build shell
add 2ecca97 Check boost packge and source code exist before download
new a7841a1 Merge pull request #11 from ShannonDing/gtest
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 21 ++++++++++++++--
install_boostpython.sh | 53 ++++++++++++++++++++++++++++++++++++++++
third_party/googletest/Readme.md | 4 +++
unitests/CMakeLists.txt | 14 +++++++++++
unitests/PythonWrapperTest.cpp | 26 ++++++++++++++++++++
5 files changed, 116 insertions(+), 2 deletions(-)
create mode 100755 install_boostpython.sh
create mode 100644 third_party/googletest/Readme.md
create mode 100644 unitests/CMakeLists.txt
create mode 100644 unitests/PythonWrapperTest.cpp