summaryrefslogtreecommitdiff
path: root/library-test.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-03-27 13:55:01 +0200
committerDavid Sterba <dsterba@suse.com>2017-03-31 14:17:48 +0200
commite7b8ae4bf3bcdbd91f4bcd310e5a5661dcd571aa (patch)
treec408189d1f23e5585c73ade77476411fc06669b5 /library-test.c
parent15d37febbce1255c1042764690a5e5375d014616 (diff)
btrfs-progs: library-test: add all exported headers
Explicitly include all headers exported to library, as a light build check that the files are really present. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'library-test.c')
-rw-r--r--library-test.c28
1 files changed, 26 insertions, 2 deletions
diff --git a/library-test.c b/library-test.c
index d25c3da9..2be238d0 100644
--- a/library-test.c
+++ b/library-test.c
@@ -19,8 +19,20 @@
#if BTRFS_FLAT_INCLUDES
#include "kerncompat.h"
#include "version.h"
-#include "send-stream.h"
+#include "rbtree.h"
+#include "radix-tree.h"
+#include "crc32c.h"
+#include "list.h"
+#include "sizes.h"
+#include "ctree.h"
+#include "extent_io.h"
+#include "ioctl.h"
#include "btrfs-list.h"
+#include "btrfsck.h"
+#include "extent-cache.h"
+#include "send.h"
+#include "send-stream.h"
+#include "send-utils.h"
#else
/*
* This needs to include headers the same way as an external program but must
@@ -28,8 +40,20 @@
*/
#include "btrfs/kerncompat.h"
#include "btrfs/version.h"
-#include "btrfs/send-stream.h"
+#include "btrfs/rbtree.h"
+#include "btrfs/radix-tree.h"
+#include "btrfs/crc32c.h"
+#include "btrfs/list.h"
+#include "btrfs/sizes.h"
+#include "btrfs/ctree.h"
+#include "btrfs/extent_io.h"
+#include "btrfs/ioctl.h"
#include "btrfs/btrfs-list.h"
+#include "btrfs/btrfsck.h"
+#include "btrfs/extent-cache.h"
+#include "btrfs/send.h"
+#include "btrfs/send-stream.h"
+#include "btrfs/send-utils.h"
#endif
/*