This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new b89199c  Add object_pool_unittest.cpp to unittest
     new 9bd9a7b  Merge pull request #818 from lorinlee/unittest
b89199c is described below

commit b89199c59b1fef613d81599e02e6d6f40df0d3d4
Author: LorinLee <lorinlee1...@gmail.com>
AuthorDate: Thu Jun 20 14:42:18 2019 +0800

    Add object_pool_unittest.cpp to unittest
---
 test/BUILD          | 1 +
 test/CMakeLists.txt | 1 +
 test/Makefile       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/test/BUILD b/test/BUILD
index 28d34b3..321f745 100644
--- a/test/BUILD
+++ b/test/BUILD
@@ -136,6 +136,7 @@ TEST_BUTIL_SOURCES = [
     "flat_map_unittest.cpp",
     "crc32c_unittest.cc",
     "iobuf_unittest.cpp",
+    "object_pool_unittest.cpp",
     "test_switches.cc",
     "scoped_locale.cc",
     "recordio_unittest.cpp",
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 621de98..2b0d493 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -149,6 +149,7 @@ SET(TEST_BUTIL_SOURCES
     ${PROJECT_SOURCE_DIR}/test/flat_map_unittest.cpp
     ${PROJECT_SOURCE_DIR}/test/crc32c_unittest.cc
     ${PROJECT_SOURCE_DIR}/test/iobuf_unittest.cpp
+    ${PROJECT_SOURCE_DIR}/test/object_pool_unittest.cpp
     ${PROJECT_SOURCE_DIR}/test/test_switches.cc
     ${PROJECT_SOURCE_DIR}/test/scoped_locale.cc
     ${PROJECT_SOURCE_DIR}/test/butil_unittest_main.cpp
diff --git a/test/Makefile b/test/Makefile
index 65fdd5d..e5eb297 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -118,6 +118,7 @@ TEST_BUTIL_SOURCES = \
     flat_map_unittest.cpp \
     crc32c_unittest.cc \
     iobuf_unittest.cpp \
+    object_pool_unittest.cpp \
     recordio_unittest.cpp \
     test_switches.cc \
     scoped_locale.cc \


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to