Skip to content

Commit

Permalink
test/objectstore: bmap_allocator_replay_test: rename .cc file
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Fedotov <[email protected]>
  • Loading branch information
ifed01 committed Dec 4, 2020
1 parent aee479b commit 03341ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/objectstore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ add_ceph_unittest(unittest_memstore_clone)
target_link_libraries(unittest_memstore_clone os global)

if(WITH_BLUESTORE)
add_executable(ceph_test_bmap_alloc_replay
bmap_allocator_replay_test.cc)
target_link_libraries(ceph_test_bmap_alloc_replay os global ${UNITTEST_LIBS})
install(TARGETS ceph_test_bmap_alloc_replay
add_executable(ceph_test_alloc_replay
allocator_replay_test.cc)
target_link_libraries(ceph_test_alloc_replay os global ${UNITTEST_LIBS})
install(TARGETS ceph_test_alloc_replay
DESTINATION bin)
endif()

0 comments on commit 03341ee

Please sign in to comment.