bind9/tests
Evan Hunt 52bba5cc34 standardize CHECK and RETERR macros
previously, there were over 40 separate definitions of CHECK macros, of
which most used "goto cleanup", and the rest "goto failure" or "goto
out". there were another 10 definitions of RETERR, of which most were
identical to CHECK, but some simply returned a result code instead of
jumping to a cleanup label.

this has now been standardized throughout the code base: RETERR is for
returning an error code in the case of an error, and CHECK is for jumping
to a cleanup tag, which is now always called "cleanup". both macros are
defined in isc/util.h.
2025-12-03 13:26:28 -08:00
..
bench standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
dns standardize CHECK and RETERR macros 2025-12-03 13:26:28 -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 fix allow-recursion/allow-query-cache inheritance 2025-11-20 11:24:11 -08:00
libtest add query unit test 2025-09-09 09:42:34 +02: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