]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add simple uthash unit test
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 6 Jul 2023 18:22:14 +0000 (12:22 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 6 Jul 2023 18:59:32 +0000 (12:59 -0600)
commit84cbbf3be13aeda903a794568b7332643d9b704e
tree4587be1c14cb237b8cbbb1e556b794e9f19c5b38
parentc4cad721aaf9f5fd75340e0d28429949570b58af
Add simple uthash unit test

I had this stashed for a long time. It's rather misplaced, because it
tests uthash rather than Fort. But I guess I already wrote it, meh.

In any case, uthash is copied code compiled into Fort, not a library.
test/Makefile.am
test/data_structure/uthash_test.c [new file with mode: 0644]