1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 12:59:41 +01:00
git/t/unit-tests
Junio C Hamano c1f41bbe1a Merge branch 'cp/unit-test-reftable-stack'
Another reftable test migrated to the unit-test framework.

* cp/unit-test-reftable-stack:
  t-reftable-stack: add test for stack iterators
  t-reftable-stack: add test for non-default compaction factor
  t-reftable-stack: use reftable_ref_record_equal() to compare ref records
  t-reftable-stack: use Git's tempfile API instead of mkstemp()
  t: harmonize t-reftable-stack.c with coding guidelines
  t: move reftable/stack_test.c to the unit testing framework
2024-09-16 14:22:53 -07:00
..
.gitignore
lib-oid.c t: port helper/test-oid-array.c to unit-tests/t-oid-array.c 2024-09-01 20:43:38 -07:00
lib-oid.h t: port helper/test-oid-array.c to unit-tests/t-oid-array.c 2024-09-01 20:43:38 -07:00
t-ctype.c Merge branch 'jk/mark-unused-parameters' 2024-08-26 11:32:23 -07:00
t-example-decorate.c
t-hash.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-hashmap.c t-hashmap: stop calling setup() for t_intern() test 2024-08-20 08:33:18 -07:00
t-mem-pool.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-oid-array.c t: port helper/test-oid-array.c to unit-tests/t-oid-array.c 2024-09-01 20:43:38 -07:00
t-oidmap.c
t-oidtree.c
t-prio-queue.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-reftable-basics.c Merge branch 'jk/mark-unused-parameters' 2024-08-26 11:32:23 -07:00
t-reftable-block.c Merge branch 'ps/reftable-concurrent-compaction' 2024-09-03 09:15:03 -07:00
t-reftable-merged.c Merge branch 'ps/reftable-concurrent-compaction' 2024-09-03 09:15:03 -07:00
t-reftable-pq.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-reftable-readwrite.c Merge branch 'jk/unused-parameters' 2024-09-06 10:38:50 -07:00
t-reftable-record.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-reftable-stack.c t-reftable-stack: add test for stack iterators 2024-09-09 10:12:56 -07:00
t-reftable-tree.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-strbuf.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-strcmp-offset.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-strvec.c Merge branch 'jk/mark-unused-parameters' 2024-08-26 11:32:23 -07:00
t-trailer.c unit-tests: ignore unused argc/argv 2024-08-17 09:46:12 -07:00
t-urlmatch-normalization.c t: migrate t0110-urlmatch-normalization to the new framework 2024-08-20 10:08:28 -07:00
test-lib.c
test-lib.h Merge branch 'rs/unit-tests-test-run' 2024-08-19 11:07:36 -07:00