aboutsummaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)Author
2024-08-21t-reftable-block: use reftable_record_equal() instead of check_str()Chandra Pratap
2024-08-21t-reftable-block: release used block readerChandra Pratap
2024-08-21t: harmonize t-reftable-block.c with coding guidelinesChandra Pratap
2024-08-21t: move reftable/block_test.c to the unit testing frameworkChandra Pratap
2024-08-20t: migrate t0110-urlmatch-normalization to the new frameworkGhanshyam Thakkar
2024-08-20t-hashmap: stop calling setup() for t_intern() testJeff King
2024-08-19Merge branch 'rs/unit-tests-test-run'Junio C Hamano
2024-08-17t-hashmap: mark unused parameters in callback functionJeff King
2024-08-17reftable: mark unused parameters in virtual functionsJeff King
2024-08-17unit-tests: ignore unused argc/argvJeff King
2024-08-15Merge branch 'gt/unit-test-hashmap'Junio C Hamano
2024-08-15Merge branch 'rs/t-example-simplify'Junio C Hamano
2024-08-14Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano
2024-08-14Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano
2024-08-13t-reftable-readwrite: add test for known errorChandra Pratap
2024-08-13t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap
2024-08-13t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap
2024-08-08Merge branch 'ks/unit-test-comment-typofix'Junio C Hamano
2024-08-06t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar
2024-08-04t-reftable-tree: improve the test for infix_walk()Chandra Pratap
2024-08-04t-reftable-tree: add test for non-existent keyChandra Pratap
2024-08-04t-reftable-tree: split test_tree() into two sub-test functionsChandra Pratap
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap
2024-08-01t-reftable-pq: add tests for merged_iter_pqueue_top()Chandra Pratap
2024-08-01t-reftable-pq: add test for index based comparisonChandra Pratap
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() callable by referenceChandra Pratap
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() staticChandra Pratap
2024-08-01t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap
2024-07-31Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano
2024-07-31Merge branch 'rs/t-strvec-use-test-msg'Junio C Hamano
2024-07-30t-strvec: use if_testRené Scharfe
2024-07-30t-reftable-basics: use if_testRené Scharfe
2024-07-30t-ctype: use if_testRené Scharfe
2024-07-30unit-tests: add if_testRené Scharfe
2024-07-30unit-tests: show location of checks outside of testsRené Scharfe
2024-07-30t-example-decorate: remove test messagesRené Scharfe
2024-07-29unit-tests/test-lib: fix typo in check_pointer_eq() descriptionKousik Sanagavarapu
2024-07-16t-strvec: fix type mismatch in check_strvecRené Scharfe
2024-07-15Merge branch 'cp/unit-test-reftable-record'Junio C Hamano
2024-07-15Merge branch 'gt/unit-test-oidmap'Junio C Hamano
2024-07-15t-strvec: improve check_strvec() outputRené Scharfe
2024-07-12t-reftable-merged: add test for REFTABLE_FORMAT_ERRORChandra Pratap
2024-07-12t-reftable-merged: use reftable_ref_record_equal to compare ref recordsChandra Pratap
2024-07-12t-reftable-merged: add tests for reftable_merged_table_max_update_indexChandra Pratap
2024-07-12t-reftable-merged: improve the const-correctness of helper functionsChandra Pratap
2024-07-12t-reftable-merged: improve the test t_merged_single_record()Chandra Pratap
2024-07-12t: harmonize t-reftable-merged.c with coding guidelinesChandra Pratap
2024-07-12t: move reftable/merged_test.c to the unit testing frameworkChandra Pratap
2024-07-06t-strvec: use test_msg()René Scharfe