]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/buildtest_skeleton.cc
bump version to 12.2.4-pve1
[ceph.git] / 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 }