]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/tests.h
3f1b8d1fbedf337878efdab42d082bcf2b32bfae
[bcachefs-tools-debian] / libbcachefs / tests.h
1 #ifndef _BCACHEFS_TEST_H
2 #define _BCACHEFS_TEST_H
3
4 struct bch_fs;
5
6 #ifdef CONFIG_BCACHEFS_TESTS
7
8 void bch2_btree_perf_test(struct bch_fs *, const char *, u64, unsigned);
9
10 #else
11
12 #endif /* CONFIG_BCACHEFS_TESTS */
13
14 #endif /* _BCACHEFS_TEST_H */