The ninth batch
[alt-git.git] / reftable / reftable-tests.h
blob114cc3d0535809fb7d641ff7c0e6613261ebb9af
1 /*
2 Copyright 2020 Google LLC
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 */
9 #ifndef REFTABLE_TESTS_H
10 #define REFTABLE_TESTS_H
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 readwrite_test_main(int argc, const char **argv);
18 int stack_test_main(int argc, const char **argv);
19 int tree_test_main(int argc, const char **argv);
20 int reftable_dump_main(int argc, char *const *argv);
22 #endif