bind9/tests
Alessio Podda 0b1785ec10 Extract the resigning heap into a separate struct
In the current implementation, the resigning heap is part of the zone
database. This leads to a cycle, as the database has a reference to its
nodes, but each node needs a reference to the database.

This MR splits the resigning heap into its own separate struct, in order
to help breaking the cycle.
2025-07-09 12:33:18 +02:00
..
bench Convert the isc/tid.h to use own signed integer isc_tid_t type 2025-06-28 13:32:12 +02:00
dns Extract the resigning heap into a separate struct 2025-07-09 12:33:18 +02:00
include/tests Replace isc_mem_destroy() with isc_mem_detach() 2025-03-05 11:17:17 +01:00
isc Allow flaky unit tests to be re-run in CI 2025-07-02 13:14:28 +02:00
isccfg replace the build system with meson 2025-06-11 10:30:12 +03:00
libtest replace the build system with meson 2025-06-11 10:30:12 +03:00
ns replace the build system with meson 2025-06-11 10:30:12 +03: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