summaryrefslogtreecommitdiffstats
path: root/src/test/librados_test_stub
diff options
context:
space:
mode:
authorAli Maredia <amaredia@redhat.com>2016-02-02 02:37:44 +0100
committerAli Maredia <amaredia@redhat.com>2016-04-15 02:48:20 +0200
commit99d343636e156504073a4574c980af301ad952eb (patch)
tree47e10e3aa8c1fdb43ffd636a47d1e3d8848b62ca /src/test/librados_test_stub
parentcmake: moved tests into test/libcephfs dir (diff)
downloadceph-99d343636e156504073a4574c980af301ad952eb.tar.xz
ceph-99d343636e156504073a4574c980af301ad952eb.zip
cmake: moved tests into test/librados_test_stub dir
Added a CMakeLists.txt into test/librados_test_stub. Signed-off-by: Ali Maredia <amaredia@redhat.com>
Diffstat (limited to 'src/test/librados_test_stub')
-rw-r--r--src/test/librados_test_stub/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/librados_test_stub/CMakeLists.txt b/src/test/librados_test_stub/CMakeLists.txt
new file mode 100644
index 00000000000..ef333cc9706
--- /dev/null
+++ b/src/test/librados_test_stub/CMakeLists.txt
@@ -0,0 +1,10 @@
+set(librados_test_stub_srcs
+ LibradosTestStub.cc
+ TestClassHandler.cc
+ TestIoCtxImpl.cc
+ TestMemIoCtxImpl.cc
+ TestMemRadosClient.cc
+ TestRadosClient.cc
+ TestWatchNotify.cc)
+add_library(rados_test_stub STATIC ${librados_test_stub_srcs})
+