bind9/tests
Tony Finch 1d807d84f1 Shrink decompression contexts
It's wasteful to use 20 bytes and a pointer indirection to represent
two bits of information, so turn the struct into an enum. And change
the names of the enumeration constants to make the intent more clear.

This change introduces some inline functions into another header,
which confuses `gcovr` when it is trying to collect code coverage
statistics. So, in the CI job, copy more header files into a directory
where `gcovr` looks for them.
2022-06-01 13:00:40 +01:00
..
dns Shrink decompression contexts 2022-06-01 13:00:40 +01:00
include/tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isccfg Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
libtest DNS name compression does not depend on the EDNS version 2022-06-01 13:00:40 +01:00
ns Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
Makefile.am Stop the unit tests from running twice 2022-05-28 14:53:02 -07:00
unit-test-driver.sh.in Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00