summaryrefslogtreecommitdiff
path: root/reftable/readwrite_test.c
AgeCommit message (Collapse)AuthorFilesLines
2021-10-08reftable: reftable file level testsLibravatar Han-Wen Nienhuys1-0/+652
With support for reading and writing files in place, we can construct files (in memory) and attempt to read them back. Because some sections of the format are optional (eg. indices, log entries), we have to exercise this code using multiple sizes of input data Signed-off-by: Han-Wen Nienhuys <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>