blob: f501d2da2e5449a22b2ff81e05890a8446282d14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
set(librados_test_stub_srcs
LibradosTestStub.cc
NeoradosTestStub.cc
TestClassHandler.cc
TestIoCtxImpl.cc
TestMemCluster.cc
TestMemIoCtxImpl.cc
TestMemRadosClient.cc
TestRadosClient.cc
TestWatchNotify.cc)
add_library(rados_test_stub STATIC ${librados_test_stub_srcs})
|