]> git.ipfire.org Git - thirdparty/bind9.git/commit
Split netmgr_test into separate per-transport unit tests
authorOndřej Surý <ondrej@isc.org>
Tue, 26 Jul 2022 11:03:48 +0000 (13:03 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 26 Aug 2022 07:09:25 +0000 (09:09 +0200)
commit37a1be5acc32244cec03cedc1bd46bc4aa0fbc18
tree1c8184084774f853410750f961faedfbb9f34da2
parentb69e783164cd50e3306364668558e460617ee8fc
Split netmgr_test into separate per-transport unit tests

The netmgr_test unit test has been subdivided into tcp_test,
tcpdns_test, tls_test, tlsdns_test, and udp_test components.
These have been updated to use the new loopmgr.
tests/isc/Makefile.am
tests/isc/doh_test.c
tests/isc/netmgr_common.c [new file with mode: 0644]
tests/isc/netmgr_common.h [new file with mode: 0644]
tests/isc/netmgr_test.c [deleted file]
tests/isc/tcp_test.c [new file with mode: 0644]
tests/isc/tcpdns_test.c [new file with mode: 0644]
tests/isc/tls_test.c [new file with mode: 0644]
tests/isc/tlsdns_test.c [new file with mode: 0644]
tests/isc/udp_test.c [new file with mode: 0644]