mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
b7215b025a
Creates an installable version of "src/include/rados/objclass.h" that allows object classes to be built outside of the Ceph tree. cls_sdk is an example of such an object class. Signed-off-by: Neha Ojha <nojha@redhat.com>
6 lines
40 B
Bash
Executable File
6 lines
40 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
ceph_test_cls_sdk
|
|
|
|
exit 0
|