aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests/t-reftable-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt1-29/+30
2024-10-17t/unit-tests: check for `reftable_buf` allocation errorsPatrick Steinhardt1-7/+7
2024-10-17reftable: convert from `strbuf` to `reftable_buf`Patrick Steinhardt1-37/+37
2024-08-17unit-tests: ignore unused argc/argvJeff King1-1/+1
2024-07-02t-reftable-record: add tests for reftable_log_record_compare_key()Chandra Pratap1-0/+30
2024-07-02t-reftable-record: add tests for reftable_ref_record_compare_name()Chandra Pratap1-0/+20
2024-07-02t-reftable-record: add index tests for reftable_record_is_deletion()Chandra Pratap1-0/+1
2024-07-02t-reftable-record: add obj tests for reftable_record_is_deletion()Chandra Pratap1-0/+1
2024-07-02t-reftable-record: add log tests for reftable_record_is_deletion()Chandra Pratap1-0/+4
2024-07-02t-reftable-record: add ref tests for reftable_record_is_deletion()Chandra Pratap1-0/+2
2024-07-02t-reftable-record: add comparison tests for obj recordsChandra Pratap1-0/+39
2024-07-02t-reftable-record: add comparison tests for index recordsChandra Pratap1-0/+38
2024-07-02t-reftable-record: add comparison tests for ref recordsChandra Pratap1-0/+33
2024-07-02t-reftable-record: add reftable_record_cmp() tests for log recordsChandra Pratap1-13/+25
2024-07-02t: move reftable/record_test.c to the unit testing frameworkChandra Pratap1-0/+371