]> git.puffer.fish Git - matthieu/frr.git/commit
tests: extend DECLARE_* tests
authorDavid Lamparter <equinox@diac24.net>
Mon, 20 May 2019 21:20:11 +0000 (23:20 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 21 May 2019 03:42:13 +0000 (05:42 +0200)
commit8c3d03b3e48ee2d1e738ce6fb9fc9f5a332be446
tree4f763ca65576f824083029972eb1de9dd13d8cbc
parent2214f160bf30c21b96515287f06938fea4191848
tests: extend DECLARE_* tests

The unsorted datastructures (LIST, DLIST) had no test before this.  Also
add a hash check (mostly to make testing the unsorted lists easier.)

Signed-off-by: David Lamparter <equinox@diac24.net>
tests/lib/test_typelist.c
tests/lib/test_typelist.h
tests/lib/test_typelist.py