bind9/tests
Colin Vidal 77e0104cf4 shrunk cfgobj down to 48bytes
Make all non-scalar properties of `cfg_obj_t` allocated values, which
ensures the union size is the width of one pointer. Also reorder the
fields inside `cfg_obj_t` to avoid alignment padding that would increase
the size. As a result, a `cfg_obj_t` instance is now 48 bytes on a
64-bit platform.

Add a static assertion to avoid increasing the size of the struct by
mistake.

The function `parse_sockaddrsub` was taking advantage of the fact that
both sockaddr and sockaddrtls were in the same position, and used to
initialize the sockaddr field independently if this was a -tls one or
not. This doesn't work anymore now that all fields are allocated,
so it has been slightly rewritten to take both cases into account
separately.
2025-12-05 08:59:53 +01:00
..
bench standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
dns Rename isc_result_t ret; to isc_result_t result; 2025-12-03 13:45:43 -08:00
include/tests Use clang-format-21 to update formatting 2025-10-21 09:34:29 +02:00
isc Disable 'doh' unit test on Enterprise Linux 8 2025-11-25 10:55:03 +01:00
isccfg shrunk cfgobj down to 48bytes 2025-12-05 08:59:53 +01:00
libtest switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
ns fix hookasyncctx renaming 2025-09-28 22:41:32 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00