This RFC patch adds unit tests for khash.h. It uses the C TAP harness to illustrate the test cases [1]. This is not intended to be a complete implementation. The purpose of this patch to get your thoughts on the unit test content, not the test framework itself. The tests cover a wide range of functionality, including the creation and destruction of hash tables, the insertion and deletion of elements and the querying of hash tables. I would appreciate feedback from reviewers on what other tests would be useful for khash.h and if these tests provide enough value. [1] https://lore.kernel.org/git/20230427175007.902278-1-calvinwan@xxxxxxxxxx/T/#me379c06257ebe2847d71b604c031328c7edc3843 Siddharth Singh (1): khash_test.c: add unit tests Makefile | 1 + t/khash_test.c | 173 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 174 insertions(+) create mode 100644 t/khash_test.c -- 2.40.1.606.ga4b1b128d6-goog