File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -978,6 +978,7 @@ target_link_libraries(unittest_texttable ceph-common)
978978add_executable (unittest_not_before_queue
979979 test_not_before_queue.cc)
980980add_ceph_unittest(unittest_not_before_queue)
981+ target_link_libraries (unittest_not_before_queue ceph-common)
981982
982983if (NOT WIN32 )
983984# unittest_on_exit
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ add_executable(unittest_lruset
5959 test_lruset.cc
6060 )
6161add_ceph_unittest(unittest_lruset)
62- target_link_libraries (unittest_lruset)
62+ target_link_libraries (unittest_lruset ceph-common )
6363
6464# unittest_histogram
6565add_executable (unittest_histogram
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ target_link_libraries(unittest_mgr_mgrcap global)
88# unittest_mgr_ttlcache
99add_executable (unittest_mgr_ttlcache test_ttlcache.cc)
1010add_ceph_unittest(unittest_mgr_ttlcache)
11- target_link_libraries (unittest_mgr_ttlcache
11+ target_link_libraries (unittest_mgr_ttlcache ceph-common
1212 Python3::Python ${CMAKE_DL_LIBS} ${GSSAPI_LIBRARIES} )
1313
1414#scripts
You can’t perform that action at this time.
0 commit comments