]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cp/unit-test-reftable-record'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2024 17:11:43 +0000 (10:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2024 17:11:44 +0000 (10:11 -0700)
commit9118e46e8175c25b505b1fd5b384c8931f027e17
treeff7cf2f9381eb17ef72b558b3990f23a0a49999b
parentf582dc3c5a7f891673387e5431b89e56e8b962ae
parentb942fda6702994dc1a7ed91d33faceea68aedbc9
Merge branch 'cp/unit-test-reftable-record'

A test in reftable library has been rewritten using the unit test
framework.

* cp/unit-test-reftable-record:
  t-reftable-record: add tests for reftable_log_record_compare_key()
  t-reftable-record: add tests for reftable_ref_record_compare_name()
  t-reftable-record: add index tests for reftable_record_is_deletion()
  t-reftable-record: add obj tests for reftable_record_is_deletion()
  t-reftable-record: add log tests for reftable_record_is_deletion()
  t-reftable-record: add ref tests for reftable_record_is_deletion()
  t-reftable-record: add comparison tests for obj records
  t-reftable-record: add comparison tests for index records
  t-reftable-record: add comparison tests for ref records
  t-reftable-record: add reftable_record_cmp() tests for log records
  t: move reftable/record_test.c to the unit testing framework
Makefile