diff options
| author | Seyi Kuforiji <kuforiji98@gmail.com> | 2025-01-17 13:29:26 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-17 14:35:12 -0800 |
| commit | ffbd3f98f999102cab47fda4c992d7fa07e1d912 (patch) | |
| tree | c5c2118c726a4d6ff10905ea4f872a8638dc48e7 /t/meson.build | |
| parent | 8b702f93dd4d239acd07f9a4991be3297ef333c9 (diff) | |
| download | git-ffbd3f98f999102cab47fda4c992d7fa07e1d912.tar.xz | |
t/unit-tests: convert reftable tree test to use clar test framework
Adapts reftable tree test script to clar framework by using clar
assertions where necessary.
Mentored-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Seyi Kuforiji <kuforiji98@gmail.com>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/meson.build')
| -rw-r--r-- | t/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/meson.build b/t/meson.build index 09232967cd..6dd41216ef 100644 --- a/t/meson.build +++ b/t/meson.build @@ -2,6 +2,7 @@ clar_test_suites = [ 'unit-tests/u-ctype.c', 'unit-tests/u-mem-pool.c', 'unit-tests/u-prio-queue.c', + 'unit-tests/u-reftable-tree.c', 'unit-tests/u-strvec.c', ] @@ -56,7 +57,6 @@ unit_test_programs = [ 'unit-tests/t-reftable-readwrite.c', 'unit-tests/t-reftable-record.c', 'unit-tests/t-reftable-stack.c', - 'unit-tests/t-reftable-tree.c', 'unit-tests/t-strbuf.c', 'unit-tests/t-strcmp-offset.c', 'unit-tests/t-trailer.c', |
