From e60dcfa80dec439164cf9fa1a13bb1bbf94f4ba1 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 15 Jan 2014 19:37:50 -0700 Subject: [PATCH] packaging: add missing test files Two tests were inadvertantly missing from the RPM packaging: ceph_test_c_headers was added to ceph in ffdd30efc870eafb1047f022b16d9680d88fcc78 ceph_test_get_blkdev_size was added to ceph in 324dd54534e41598feb6169f33cfed85495fa91f Add both of these to the packaging. Signed-off-by: Ken Dreyer --- ceph.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index cfef0c1ea32..a190c688e99 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -629,6 +629,7 @@ fi %{_bindir}/ceph_filestore_dump %{_bindir}/ceph_filestore_tool %{_bindir}/ceph_streamtest +%{_bindir}/ceph_test_c_headers %{_bindir}/ceph_test_cfuse_cache_invalidate %{_bindir}/ceph_test_cls_hello %{_bindir}/ceph_test_cls_lock @@ -648,6 +649,7 @@ fi %{_bindir}/ceph_test_filestore_idempotent %{_bindir}/ceph_test_filestore_idempotent_sequence %{_bindir}/ceph_test_filestore_workloadgen +%{_bindir}/ceph_test_get_blkdev_size %{_bindir}/ceph_test_ioctls %{_bindir}/ceph_test_keyvaluedb_atomicity %{_bindir}/ceph_test_keyvaluedb_iterators -- 2.47.3