![]() Adapt oidtree test script to clar framework by using clar assertions where necessary. `cl_parse_any_oid()` ensures the hash algorithm is set before parsing. This prevents issues from an uninitialized or invalid hash algorithm. Introduce 'test_oidtree__initialize` handles the to set up of the global oidtree variable and `test_oidtree__cleanup` frees the oidtree when all tests are completed. With this change, `check_each` stops at the first error encountered, making it easier to address it. Mentored-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Seyi Kuforiji <kuforiji98@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |
||
---|---|---|
.. | ||
clar | ||
.gitignore | ||
generate-clar-decls.sh | ||
generate-clar-suites.sh | ||
lib-oid.c | ||
lib-oid.h | ||
lib-reftable.c | ||
lib-reftable.h | ||
t-reftable-basics.c | ||
t-reftable-block.c | ||
t-reftable-merged.c | ||
t-reftable-pq.c | ||
t-reftable-reader.c | ||
t-reftable-readwrite.c | ||
t-reftable-record.c | ||
t-reftable-stack.c | ||
t-trailer.c | ||
t-urlmatch-normalization.c | ||
test-lib.c | ||
test-lib.h | ||
u-ctype.c | ||
u-example-decorate.c | ||
u-hash.c | ||
u-hashmap.c | ||
u-mem-pool.c | ||
u-oid-array.c | ||
u-oidmap.c | ||
u-oidtree.c | ||
u-prio-queue.c | ||
u-reftable-tree.c | ||
u-strbuf.c | ||
u-strcmp-offset.c | ||
u-strvec.c | ||
unit-test.c | ||
unit-test.h |