aboutsummaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)Author
2024-07-03t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-07-02t-reftable-record: add tests for reftable_log_record_compare_key()Chandra Pratap
2024-07-02t-reftable-record: add tests for reftable_ref_record_compare_name()Chandra Pratap
2024-07-02t-reftable-record: add index tests for reftable_record_is_deletion()Chandra Pratap
2024-07-02t-reftable-record: add obj tests for reftable_record_is_deletion()Chandra Pratap
2024-07-02t-reftable-record: add log tests for reftable_record_is_deletion()Chandra Pratap
2024-07-02t-reftable-record: add ref tests for reftable_record_is_deletion()Chandra Pratap
2024-07-02t-reftable-record: add comparison tests for obj recordsChandra Pratap
2024-07-02t-reftable-record: add comparison tests for index recordsChandra Pratap
2024-07-02t-reftable-record: add comparison tests for ref recordsChandra Pratap
2024-07-02t-reftable-record: add reftable_record_cmp() tests for log recordsChandra Pratap
2024-07-02t: move reftable/record_test.c to the unit testing frameworkChandra Pratap
2024-06-20Merge branch 'gt/unit-test-oidtree'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-13Merge branch 'gt/unit-test-oidtree' into ps/use-the-repositoryJunio C Hamano
2024-06-12Merge branch 'gt/decorate-unit-test'Junio C Hamano
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano
2024-06-12Merge branch 'cp/reftable-unit-test'Junio C Hamano
2024-06-12t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.cGhanshyam Thakkar
2024-06-10Merge branch 'jk/leakfixes'Junio C Hamano
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-05-30Merge branch 'gt/unit-test-strcmp-offset'Junio C Hamano
2024-05-30t-strvec: mark variable-arg helper with LAST_ARG_MUST_BE_NULLJeff King
2024-05-30t-strvec: use va_end() to match va_start()Jeff King
2024-05-30Merge branch 'ps/leakfixes' into jk/leakfixesJunio C Hamano
2024-05-30t: improve the test-case for parse_names()Chandra Pratap
2024-05-30t: add test for put_be16()Chandra Pratap
2024-05-30t: move tests from reftable/record_test.c to the new unit testChandra Pratap
2024-05-30t: move tests from reftable/stack_test.c to the new unit testChandra Pratap
2024-05-30t: move reftable/basics_test.c to the unit testing frameworkChandra Pratap
2024-05-29Merge branch 'ps/leakfixes' into ps/no-writable-stringsJunio C Hamano
2024-05-29t/: migrate helper/test-{sha1, sha256} to unit-tests/t-hashGhanshyam Thakkar
2024-05-28t/: migrate helper/test-example-decorate to the unit testing frameworkGhanshyam Thakkar
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt
2024-05-23Merge branch 'la/hide-trailer-info'Junio C Hamano
2024-05-20t/: port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.cGhanshyam Thakkar
2024-05-15Merge branch 'js/unit-test-suite-runner'Junio C Hamano
2024-05-06t0080: turn t-basic unit test into a helperJosh Steadmon
2024-05-02trailer unit tests: inspect iterator contentsLinus Arver
2024-05-02trailer: teach iterator about non-trailer linesLinus Arver
2024-05-02trailer: add unit tests for trailer iteratorLinus Arver
2024-04-02t-prio-queue: simplify using compound literalsRené Scharfe
2024-03-18t-prio-queue: check result array boundsRené Scharfe
2024-03-18t-prio-queue: shorten array index messageRené Scharfe
2024-03-03t-ctype: avoid duplicating class namesRené Scharfe
2024-03-03t-ctype: align output of iRené Scharfe