mirror of
https://github.com/ceph/ceph
synced 2025-03-06 16:28:28 +00:00
test: Add ceph_test_object_map to make check tests
Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
parent
5fb2b2d139
commit
0e97a01bd7
@ -5,6 +5,7 @@ add_executable(ceph_test_object_map
|
||||
)
|
||||
set_target_properties(ceph_test_object_map PROPERTIES COMPILE_FLAGS
|
||||
${UNITTEST_CXX_FLAGS})
|
||||
add_ceph_unittest(ceph_test_object_map ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph_test_object_map)
|
||||
target_link_libraries(ceph_test_object_map
|
||||
os
|
||||
ceph-common
|
||||
|
Loading…
Reference in New Issue
Block a user