summaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)AuthorFilesLines
2024-08-26Merge branch 'rs/t-example-simplify' into maint-2.46Junio C Hamano1-16/+8
2024-07-30t-example-decorate: remove test messagesRené Scharfe1-16/+8
2024-07-29unit-tests/test-lib: fix typo in check_pointer_eq() descriptionKousik Sanagavarapu1-2/+3
2024-07-15Merge branch 'cp/unit-test-reftable-record'Junio C Hamano1-0/+551
2024-07-15Merge branch 'gt/unit-test-oidmap'Junio C Hamano1-0/+181
2024-07-03t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar1-0/+181
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano2-1/+3
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
2024-06-20Merge branch 'gt/unit-test-oidtree'Junio C Hamano3-0/+191
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano2-8/+10
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-13Merge branch 'gt/unit-test-oidtree' into ps/use-the-repositoryJunio C Hamano3-0/+191
2024-06-12Merge branch 'gt/decorate-unit-test'Junio C Hamano1-0/+80
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano1-0/+84
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano1-0/+160
2024-06-12t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.cGhanshyam Thakkar3-0/+191
2024-06-10Merge branch 'jk/leakfixes'Junio C Hamano1-0/+3
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-4/+6
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano3-0/+295
2024-05-30Merge branch 'gt/unit-test-strcmp-offset'Junio C Hamano1-0/+35
2024-05-30t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULLJeff King1-0/+1
2024-05-30t-strvec: use va_end() to match va_start()Jeff King1-0/+2
2024-05-30Merge branch 'ps/leakfixes' into jk/leakfixesJunio C Hamano3-0/+295
2024-05-30t: improve the test-case for parse_names()Chandra Pratap1-2/+4
2024-05-30t: add test for put_be16()Chandra Pratap1-0/+11
2024-05-30t: move tests from reftable/record_test.c to the new unit testChandra Pratap1-7/+33
2024-05-30t: move tests from reftable/stack_test.c to the new unit testChandra Pratap1-3/+22
2024-05-30t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap1-0/+102
2024-05-29Merge branch 'ps/leakfixes' into ps/no-writable-stringsJunio C Hamano3-0/+295
2024-05-29t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hashGhanshyam Thakkar1-0/+84
2024-05-28t/: migrate helper/test-example-decorate to the unit testing frameworkGhanshyam Thakkar1-0/+80
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt3-0/+295
2024-05-23Merge branch 'la/hide-trailer-info'Junio C Hamano1-0/+315
2024-05-20t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.cGhanshyam Thakkar1-0/+35
2024-05-15Merge branch 'js/unit-test-suite-runner'Junio C Hamano1-95/+0
2024-05-06t0080: turn t-basic unit test into a helperJosh Steadmon1-95/+0
2024-05-02trailer unit tests: inspect iterator contentsLinus Arver1-13/+148
2024-05-02trailer: teach iterator about non-trailer linesLinus Arver1-5/+11
2024-05-02trailer: add unit tests for trailer iteratorLinus Arver1-0/+174