]> git.ipfire.org Git - thirdparty/git.git/blob - reftable/reftable-tests.h
dir.h: move DTYPE defines from cache.h
[thirdparty/git.git] / reftable / reftable-tests.h
1 /*
2 Copyright 2020 Google LLC
3
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file or at
6 https://developers.google.com/open-source/licenses/bsd
7 */
8
9 #ifndef REFTABLE_TESTS_H
10 #define REFTABLE_TESTS_H
11
12 int basics_test_main(int argc, const char **argv);
13 int block_test_main(int argc, const char **argv);
14 int merged_test_main(int argc, const char **argv);
15 int pq_test_main(int argc, const char **argv);
16 int record_test_main(int argc, const char **argv);
17 int refname_test_main(int argc, const char **argv);
18 int readwrite_test_main(int argc, const char **argv);
19 int stack_test_main(int argc, const char **argv);
20 int tree_test_main(int argc, const char **argv);
21 int reftable_dump_main(int argc, char *const *argv);
22
23 #endif