Skip to content

Commit 2702ad2

Browse files
committed
cmake/test/objectstore: remove ObjectStoreImitator object library
just compile it as a source file in ceph_test_fragmentation_sim Signed-off-by: Casey Bodley <[email protected]>
1 parent 4220345 commit 2702ad2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/objectstore/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,9 @@ if(WITH_BLUESTORE)
141141
endif()
142142

143143
# fragmentation simulator
144-
add_library(ObjectStoreImitator OBJECT ObjectStoreImitator.cc)
145-
146144
add_executable(ceph_test_fragmentation_sim
147145
Fragmentation_simulator.cc
148-
$<TARGET_OBJECTS:ObjectStoreImitator>)
146+
ObjectStoreImitator.cc)
149147
add_ceph_unittest(ceph_test_fragmentation_sim)
150148
target_link_libraries(ceph_test_fragmentation_sim os global)
151149

0 commit comments

Comments
 (0)