Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / test / buildtest_skeleton.cc
1 #include "common/common_init.h"
2
3 /* This program exists to test that we can build libcommon without
4  * referencing g_ceph_context
5  *
6  * This program will go away as soon as we actually don't use g_ceph_context in
7  * more programs. Obviously, at that point, those programs will provide an
8  * equivalent test.
9  */
10 int main(int argc, char **argv)
11 {
12   return 0;
13 }