"Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Han-Wen Nienhuys <hanwen@xxxxxxxxxx> > > The unittests are under reftable/*_test.c, so all of the reftable code stays in > one directory. They are called from t/helpers/test-reftable.c in t0031-reftable.sh > > Signed-off-by: Han-Wen Nienhuys <hanwen@xxxxxxxxxx> > --- Hmph, make: *** No rule to make target 't/helper/test-reftable.c', needed by 't/helper/test-reftable.o'. Stop. make: *** Waiting for unfinished jobs.... > Makefile | 17 ++++++++++++++++- > t/helper/test-tool.c | 1 + > t/helper/test-tool.h | 1 + > t/t0031-reftable.sh | 5 +++++ > 4 files changed, 23 insertions(+), 1 deletion(-) Forgot to add a source file?