Re: [PATCH v16 11/14] Hookup unittests for the reftable library.
From: Junio C Hamano <hidden>
Date: 2020-06-08 19:39:13
"Han-Wen Nienhuys via GitGitGadget" [off-list ref] writes:
From: Han-Wen Nienhuys <redacted> 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 <redacted> ---
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?