#define USE_THE_REPOSITORY_VARIABLE #include "test-lib.h" #include "object.h" #include "decorate.h" #include "repository.h" struct test_vars { … }; static void t_add(struct test_vars *vars) { … } static void t_readd(struct test_vars *vars) { … } static void t_lookup(struct test_vars *vars) { … } static void t_loop(struct test_vars *vars) { … } int cmd_main(int argc UNUSED, const char **argv UNUSED) { … }