From: Sage Weil Date: Sat, 17 Oct 2015 13:04:42 +0000 (-0400) Subject: librados_test_stub: add missing headers X-Git-Tag: v10.0.0~92^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e10301b518065bf0ecd72425cd523520fde88c83;p=ceph.git librados_test_stub: add missing headers Signed-off-by: Sage Weil --- diff --git a/src/test/Makefile-client.am b/src/test/Makefile-client.am index d8003ae868f9..42a9e7418a69 100644 --- a/src/test/Makefile-client.am +++ b/src/test/Makefile-client.am @@ -283,6 +283,8 @@ librados_test_stub_la_SOURCES = \ test/librados_test_stub/TestWatchNotify.cc noinst_HEADERS += \ test/librados_test_stub/LibradosTestStub.h \ + test/librados_test_stub/MockTestMemIoCtxImpl.h \ + test/librados_test_stub/MockTestMemRadosClient.h \ test/librados_test_stub/TestClassHandler.h \ test/librados_test_stub/TestRadosClient.h \ test/librados_test_stub/TestMemRadosClient.h \