From: Ali Maredia Date: Mon, 20 Jun 2016 21:23:37 +0000 (-0400) Subject: cmake: unittest_librbd missing a source file X-Git-Tag: v11.0.0~104^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F9832%2Fhead;p=ceph.git cmake: unittest_librbd missing a source file src/test/librbd/test_ConsistencyGroups.cc missing from ${unittest_librbd_srcs}. Signed-off-by: Ali Maredia --- diff --git a/src/test/librbd/CMakeLists.txt b/src/test/librbd/CMakeLists.txt index 83e715509b95..92dba00a72df 100644 --- a/src/test/librbd/CMakeLists.txt +++ b/src/test/librbd/CMakeLists.txt @@ -22,6 +22,7 @@ set_target_properties(rbd_test_mock PROPERTIES COMPILE_FLAGS # unittest_librbd # doesn't use add_ceph_test because it is called by run-rbd-unit-tests.sh set(unittest_librbd_srcs + test_ConsistencyGroups.cc test_main.cc test_mock_fixture.cc test_mock_ExclusiveLock.cc