Seyi Kuforiji <kuforiji98@xxxxxxxxx> writes: > Adapts hashmap test script to clar framework by using clar assertions > where necessary. > > Mentored-by: Patrick Steinhardt <ps@xxxxxx> > Signed-off-by: Seyi Kuforiji <kuforiji98@xxxxxxxxx> > --- > Makefile | 2 +- > t/meson.build | 2 +- > t/unit-tests/{t-hashmap.c => u-hashmap.c} | 226 +++++++++++----------- > 3 files changed, 114 insertions(+), 116 deletions(-) > rename t/unit-tests/{t-hashmap.c => u-hashmap.c} (60%) The conversion looks fairly straight-forward. Nice work.