]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/common/CMakeLists.txt
update sources to v12.2.3
[ceph.git] / ceph / src / test / common / CMakeLists.txt
index 9a2be3df293cc96ca29e8f10b53085086b7b51e9..d31c363964ac50b9371fb1935cdfa66ff9230af3 100644 (file)
@@ -276,3 +276,10 @@ add_ceph_unittest(unittest_iso_8601
 add_executable(unittest_backport14 test_backport14.cc)
 add_ceph_unittest(unittest_backport14
   ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest_backport14)
+
+add_executable(unittest_bounded_key_counter
+  test_bounded_key_counter.cc
+  $<TARGET_OBJECTS:unit-main>)
+target_link_libraries(unittest_bounded_key_counter global)
+add_ceph_unittest(unittest_bounded_key_counter
+  ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/unittest_bounded_key_counter)