/* Copyright 2020 Google LLC Use of this source code is governed by a BSD-style license that can be found in the LICENSE file or at https://developers.google.com/open-source/licenses/bsd */ #include "test-lib.h" #include "reftable/block.h" #include "reftable/blocksource.h" #include "reftable/constants.h" #include "reftable/reftable-error.h" static void t_ref_block_read_write(void) { … } static void t_log_block_read_write(void) { … } static void t_obj_block_read_write(void) { … } static void t_index_block_read_write(void) { … } int cmd_main(int argc UNUSED, const char *argv[] UNUSED) { … }