bind9/tests
Petr Špaček 53b3ceacd4
Replace #define DNS_NAMEATTR_ with struct of bools
sizeof(dns_name_t) did not change but the boolean attributes are now
separated as one-bit structure members. This allows debuggers to
pretty-print dns_name_t attributes without any special hacks, plus we
got rid of manual bit manipulation code.
2022-10-13 17:04:02 +02:00
..
bench Suppress division by zero warning 2022-10-05 12:31:42 +01:00
dns Replace #define DNS_NAMEATTR_ with struct of bools 2022-10-13 17:04:02 +02:00
include/tests Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc Restore ignoring ISC_R_CONNREFUSED in connect_read_cb 2022-10-12 19:21:42 +02:00
isccfg Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
libtest Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
ns Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
Makefile.am Tests and benchmark for isc_ascii 2022-09-12 12:23:39 +01:00
unit-test-driver.sh.in Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00