mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
test: link timer test against libceph-common
This test currently failes to build for Windows using llvm due to unresolved symbols. We'll address the issue by explicitly specifying the ceph-common dependency. Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
This commit is contained in:
parent
129fa17caa
commit
0a5641d196
@ -372,6 +372,7 @@ add_ceph_unittest(unittest_cdc)
|
||||
|
||||
add_executable(unittest_ceph_timer test_ceph_timer.cc)
|
||||
add_ceph_unittest(unittest_ceph_timer)
|
||||
target_link_libraries(unittest_ceph_timer ceph-common)
|
||||
|
||||
add_executable(unittest_option test_option.cc)
|
||||
target_link_libraries(unittest_option ceph-common GTest::Main)
|
||||
|
Loading…
Reference in New Issue
Block a user