git/t/unit-tests/t-reftable-readwrite.c

/*
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 "lib-reftable.h"
#include "reftable/basics.h"
#include "reftable/blocksource.h"
#include "reftable/reader.h"
#include "reftable/reftable-error.h"
#include "reftable/reftable-writer.h"

static const int update_index =;

static void t_buffer(void)
{}

static void write_table(char ***names, struct reftable_buf *buf, int N,
			int block_size, uint32_t hash_id)
{}

static void t_log_buffer_size(void)
{}

static void t_log_overflow(void)
{}

static void t_log_write_read(void)
{}

static void t_log_zlib_corruption(void)
{}

static void t_table_read_write_sequential(void)
{}

static void t_table_write_small_table(void)
{}

static void t_table_read_api(void)
{}

static void t_table_read_write_seek(int index, int hash_id)
{}

static void t_table_read_write_seek_linear(void)
{}

static void t_table_read_write_seek_linear_sha256(void)
{}

static void t_table_read_write_seek_index(void)
{}

static void t_table_refs_for(int indexed)
{}

static void t_table_refs_for_no_index(void)
{}

static void t_table_refs_for_obj_index(void)
{}

static void t_write_empty_table(void)
{}

static void t_write_object_id_min_length(void)
{}

static void t_write_object_id_length(void)
{}

static void t_write_empty_key(void)
{}

static void t_write_key_order(void)
{}

static void t_write_multiple_indices(void)
{}

static void t_write_multi_level_index(void)
{}

static void t_corrupt_table_empty(void)
{}

static void t_corrupt_table(void)
{}

int cmd_main(int argc UNUSED, const char *argv[] UNUSED)
{}