#include "test-lib.h" #include "lib-reftable.h" #include "reftable/blocksource.h" #include "reftable/reader.h" static int t_reader_seek_once(void) { … } static int t_reader_reseek(void) { … } int cmd_main(int argc UNUSED, const char *argv[] UNUSED) { … }