git/t/unit-tests/t-reftable-basics.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 "reftable/basics.h"

struct integer_needle_lesseq_args {};

static int integer_needle_lesseq(size_t i, void *_args)
{}

static void test_binsearch(void)
{}

static void test_names_length(void)
{}

static void test_names_equal(void)
{}

static void test_parse_names_normal(void)
{}

static void test_parse_names_drop_empty(void)
{}

static void test_common_prefix(void)
{}

static void test_u24_roundtrip(void)
{}

static void test_u16_roundtrip(void)
{}

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