aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-02t-prio-queue: simplify using compound literalsRené Scharfe1-34/+17
2024-03-18t-prio-queue: check result array boundsRené Scharfe1-3/+11
2024-03-18t-prio-queue: shorten array index messageRené Scharfe1-4/+6
2024-03-03t-ctype: avoid duplicating class namesRené Scharfe1-40/+24
2024-03-03t-ctype: align output of iRené Scharfe1-1/+1
2024-03-03t-ctype: simplify EOF checkRené Scharfe1-2/+1
2024-03-03t-ctype: allow NUL anywhere in the specification stringRené Scharfe1-14/+4
2024-02-13Merge branch 'jc/unit-tests-make-relative-fix'Junio C Hamano1-14/+47
2024-02-12unit-tests: do show relative file paths on non-Windows, tooJunio C Hamano1-14/+47
2024-02-08Merge branch 'cp/unit-test-prio-queue'Junio C Hamano1-0/+98
2024-01-26Merge branch 'al/unit-test-ctype'Junio C Hamano1-0/+80
2024-01-22tests: move t0009-prio-queue.sh to the new unit testing frameworkChandra Pratap1-0/+98
2024-01-16unit-tests: rewrite t/helper/test-ctype.c as a unit testAchu Luma1-0/+80
2023-12-28mem-pool: fix big allocationsRené Scharfe1-0/+31
2023-11-10unit-tests: do show relative file pathsJohannes Schindelin1-4/+48
2023-11-10unit tests: add TAP unit test frameworkPhillip Wood5-0/+695