aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-09-16t/unit-tests: introduce reftable libraryPatrick Steinhardt5-179/+176
2024-09-12Merge branch 'gt/unit-test-oid-array'Junio C Hamano3-1/+135
2024-09-09Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-excludeJunio C Hamano1-0/+1324
2024-09-09t-reftable-stack: add test for stack iteratorsChandra Pratap1-0/+83
2024-09-09t-reftable-stack: add test for non-default compaction factorChandra Pratap1-4/+37
2024-09-09t-reftable-stack: use reftable_ref_record_equal() to compare ref recordsChandra Pratap1-2/+2
2024-09-08t-reftable-stack: use Git's tempfile API instead of mkstemp()Chandra Pratap1-1/+3
2024-09-08t: harmonize t-reftable-stack.c with coding guidelinesChandra Pratap1-57/+53
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap1-0/+1210
2024-09-06Merge branch 'jk/unused-parameters'Junio C Hamano1-1/+1
2024-09-04t/unit-tests: convert ctype tests to use clarPatrick Steinhardt2-10/+68
2024-09-04t/unit-tests: convert strvec tests to use clarPatrick Steinhardt2-211/+241
2024-09-04t/unit-tests: implement test driverPatrick Steinhardt1-2/+43
2024-09-04Makefile: wire up the clar unit testing frameworkPatrick Steinhardt4-0/+61
2024-09-04clar: stop including `shellapi.h` unnecessarilyJohannes Schindelin1-1/+1
2024-09-04clar(win32): avoid compile error due to unused `fs_copy()`Johannes Schindelin1-0/+2
2024-09-04clar: avoid compile error with mingw-w64Johannes Schindelin1-1/+1
2024-09-04t/clar: fix compatibility with NonStopPatrick Steinhardt1-0/+6
2024-09-04t: import the clar unit testing frameworkPatrick Steinhardt18-0/+2938
2024-09-03Merge branch 'ps/reftable-concurrent-compaction'Junio C Hamano3-51/+54
2024-09-01t: port helper/test-oid-array.c to unit-tests/t-oid-array.cGhanshyam Thakkar3-1/+135
2024-08-29Merge branch 'cp/unit-test-reftable-block'Junio C Hamano1-0/+370
2024-08-29Merge branch 'ps/reftable-drop-generic'Junio C Hamano1-13/+4
2024-08-28Merge branch 'gt/unit-test-urlmatch-normalization'Junio C Hamano1-0/+271
2024-08-28t-reftable-block: mark unused argv/argcJeff King1-1/+1
2024-08-28t-reftable-readwrite: mark unused parameter in callback functionJeff King1-1/+1
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano15-17/+17
2024-08-23Merge branch 'cp/unit-test-reftable-readwrite'Junio C Hamano1-0/+974
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt1-2/+2
2024-08-23reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt1-3/+3
2024-08-22reftable/generic: drop interfacePatrick Steinhardt1-1/+0
2024-08-22reftable/merged: stop using generic tables in the merged tablePatrick Steinhardt1-12/+4
2024-08-22reftable/merged: rename `reftable_new_merged_table()`Patrick Steinhardt1-4/+4
2024-08-21t-reftable-block: add tests for index blocksChandra Pratap1-0/+88
2024-08-21t-reftable-block: add tests for obj blocksChandra Pratap1-0/+82
2024-08-21t-reftable-block: add tests for log blocksChandra Pratap1-2/+91
2024-08-21t-reftable-block: remove unnecessary variable 'j'Chandra Pratap1-4/+2
2024-08-21t-reftable-block: use xstrfmt() instead of xstrdup()Chandra Pratap1-4/+1
2024-08-21t-reftable-block: use block_iter_reset() instead of block_iter_close()Chandra Pratap1-6/+2
2024-08-21t-reftable-block: use reftable_record_key() instead of strbuf_addstr()Chandra Pratap1-2/+1
2024-08-21t-reftable-block: use reftable_record_equal() instead of check_str()Chandra Pratap1-9/+9
2024-08-21t-reftable-block: release used block readerChandra Pratap1-0/+1
2024-08-21t: harmonize t-reftable-block.c with coding guidelinesChandra Pratap1-26/+26
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap1-0/+120
2024-08-20t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar1-0/+271
2024-08-20t-hashmap: stop calling setup() for t_intern() testJeff King1-3/+2
2024-08-19Merge branch 'rs/unit-tests-test-run'Junio C Hamano5-356/+348
2024-08-17t-hashmap: mark unused parameters in callback functionJeff King1-1/+2
2024-08-17reftable: mark unused parameters in virtual functionsJeff King1-1/+1
2024-08-17unit-tests: ignore unused argc/argvJeff King13-13/+13