]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librados: extract functions using libcommon in test.cc into test_common.cc
authorKefu Chai <kchai@redhat.com>
Mon, 12 Jun 2017 03:55:04 +0000 (11:55 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 7 Jul 2017 07:30:36 +0000 (15:30 +0800)
commit14fcdb7b699185e6e4ca1f158d34b47c63f6563b
tree77554b93f582a8de773caaa3508945dbc7dbb767
parent7d959e02f79ed3c268b03bf6fdf689cbe73063dc
test/librados: extract functions using libcommon in test.cc into test_common.cc

Fixes: http://tracker.ceph.com/issues/20175
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 82a848c2053ea69ebc6d3ec1003e18921e2d08d2)

Conflicts: since master has switched to cmake. the changes in this
  commit on .am files are ported from counterpart of CMakeLists.txt.
src/test/Makefile-client.am
src/test/Makefile.am
src/test/librados/list.cc
src/test/librados/test.cc
src/test/librados/test_common.cc [new file with mode: 0644]
src/test/librados/test_common.h [new file with mode: 0644]