bind9/tests/libtest
Ondřej Surý b03e90e0d4 Change the NS_PER_SEC (and friends) from enum to static const
New version of clang (19) has introduced a stricter checks when mixing
integer (and float types) with enums.  In this case, we used enum {}
as C17 doesn't have constexpr yet.  Change the time conversion constants
to be static const unsigned int instead of enum values.
2024-08-19 09:08:55 +00:00
..
dns.c Change the NS_PER_SEC (and friends) from enum to static const 2024-08-19 09:08:55 +00:00
isc.c Always initialize the workers in the libtest 2023-04-21 09:04:24 +02:00
Makefile.am Get the tests working with liburcu 2023-05-12 20:48:31 +01:00
ns.c Don't open route socket if we don't need it 2024-08-05 07:31:02 +00:00
qp.c add a test method to print QP keys 2024-04-30 15:58:17 -07:00