summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@google.com>2021-10-07 20:25:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-08 17:45:48 (GMT)
commitd860c86ba545920342cbc507fc34af461ab99152 (patch)
tree1f81693c09348d1c1c78a464cbf207dd23145f36 /Makefile
parente7931683645f65e8e483bdc3dabbf94ddf799cd7 (diff)
downloadgit-d860c86ba545920342cbc507fc34af461ab99152.zip
git-d860c86ba545920342cbc507fc34af461ab99152.tar.gz
git-d860c86ba545920342cbc507fc34af461ab99152.tar.bz2
Add "test-tool dump-reftable" command.
This command dumps individual tables or a stack of of tables. Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8be7e05..3d80975 100644
--- a/Makefile
+++ b/Makefile
@@ -2474,6 +2474,7 @@ REFTABLE_OBJS += reftable/writer.o
REFTABLE_TEST_OBJS += reftable/basics_test.o
REFTABLE_TEST_OBJS += reftable/block_test.o
+REFTABLE_TEST_OBJS += reftable/dump.o
REFTABLE_TEST_OBJS += reftable/merged_test.o
REFTABLE_TEST_OBJS += reftable/pq_test.o
REFTABLE_TEST_OBJS += reftable/record_test.o