]> git.ipfire.org Git - thirdparty/dhcp.git/commit
[25901_atf] First test for client-id hash table implemented.
authorTomek Mrugalski <tomasz@isc.org>
Fri, 29 Jun 2012 17:56:27 +0000 (19:56 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 29 Jun 2012 17:56:27 +0000 (19:56 +0200)
commit9f89d01ec134c3dbf1909b8653957b9aec21c939
tree29bdb973db0b90ee7f51c3db2d9c5cb291f05913
parentf3d7118fd1222bbb102bf8f7c310c39ec6f4817d
[25901_atf] First test for client-id hash table implemented.

It still lacks many checks and clean-ups, but the core code is there.
common/tests/Makefile.am
common/tests/hash_unittest.c [deleted file]
server/tests/Makefile.am
server/tests/hash_unittest.c [new file with mode: 0644]
server/tests/simple_unittest.c