xant / libhl

Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
GNU Lesser General Public License v3.0
420 stars 117 forks source link

where can i find `ut.h', for compile the `test' directory's case? #27

Closed nibaozhu8 closed 4 years ago

biappi commented 4 years ago

It is provided in as a submodule.

You can run the test suite by invoking ./configure and make test in the build/ directory, this will also automatically clone the submodule if it has not yet been done.