Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / libcephd / misc.cc
1 #include "gtest/gtest.h"
2 #include "include/cephd/libcephd.h"
3
4 TEST(LibCephdMiscVersion, Version) {
5   int major, minor, extra;
6   cephd_version(&major, &minor, &extra);
7 }