#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[])
{ … }