git/t/helper/test-sigchain.c

#include "test-tool.h"
#include "sigchain.h"

#define X
X(one)
X(two)
X(three)
#undef X

int cmd__sigchain(int argc UNUSED, const char **argv UNUSED)
{}