]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a set of unit tests for dnsbuffer_t and dnsstream_assembler_t
authorArtem Boldariev <artem@boldariev.com>
Thu, 2 Jun 2022 11:19:12 +0000 (14:19 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 20 Dec 2022 19:24:45 +0000 (21:24 +0200)
commitae63471e502c08ce221e9adfedd397130cb12406
tree048ced236a8ebb00b40a914aeab049f8e5b6c968
parent338cf3e4677e1ad793c5ff789b0b3a4d7e453426
Add a set of unit tests for dnsbuffer_t and dnsstream_assembler_t

This commit adds a set of unit tests for isc_dnsbuffer_t and
isc_dnsstream_assembler_t which help to verify that they work as
expected.
tests/isc/Makefile.am
tests/isc/dnsstream_utils_test.c [new file with mode: 0644]
tests/isc/dnsstream_utils_test_data.h [new file with mode: 0644]