File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
src/test/crimson/seastore Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 11if (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64|arm|ARM" )
2+ # See https://tracker.ceph.com/issues/70254
23 add_executable (unittest-transaction-manager
34 test_block.cc
45 test_transaction_manager.cc
@@ -9,6 +10,16 @@ if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64|arm|ARM")
910 unittest-transaction-manager
1011 ${CMAKE_DL_LIBS}
1112 crimson-seastore)
13+
14+ add_executable (unittest-omap-manager
15+ test_omap_manager.cc
16+ ../gtest_seastar.cc)
17+ add_ceph_unittest(unittest-omap-manager
18+ --memory 256M --smp 1)
19+ target_link_libraries (
20+ unittest-omap-manager
21+ ${CMAKE_DL_LIBS}
22+ crimson-seastore)
1223endif (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64|arm|ARM" )
1324
1425add_executable (unittest-btree-lba-manager
@@ -66,16 +77,6 @@ target_link_libraries(
6677 crimson-os
6778 crimson-common)
6879
69- add_executable (unittest-omap-manager
70- test_omap_manager.cc
71- ../gtest_seastar.cc)
72- add_ceph_unittest(unittest-omap-manager
73- --memory 256M --smp 1)
74- target_link_libraries (
75- unittest-omap-manager
76- ${CMAKE_DL_LIBS}
77- crimson-seastore)
78-
7980add_executable (unittest-seastore
8081 test_seastore.cc
8182 ../gtest_seastar.cc)
You can’t perform that action at this time.
0 commit comments