Makefile: make hdr-check depend on generated headers
[alt-git.git] / reftable / reftable-tests.h
blob4b666810af568f1c74cd90618ce6d6ed93a70722
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 record_test_main(int argc, const char **argv);
15 int readwrite_test_main(int argc, const char **argv);
16 int stack_test_main(int argc, const char **argv);
17 int reftable_dump_main(int argc, char *const *argv);
19 #endif