]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/buildtest_skeleton.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / buildtest_skeleton.cc
CommitLineData
7c673cae
FG
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 */
10int main(int argc, char **argv)
11{
12 return 0;
13}