]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/generic/trie: add some tests
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 25 Sep 2018 10:50:55 +0000 (12:50 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 12 Oct 2018 15:36:45 +0000 (17:36 +0200)
commit3559f6dfcb6c0286554168c4771b311a2e58b31d
tree8ec392a0a6f1783e4b5ec62c4f6e5aeeb9e59d5e
parent93a31738e212cb05458fd100e6b55642f2daed17
lib/generic/trie: add some tests

There are some (other) tests in knot-dns repo,
but having some more shouldn't hurt, especially as
we've added some new functions now.
tests/test_trie.c [new file with mode: 0644]
tests/unit.mk