bind9/tests
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
..
bench use a thread-local variable to get the current running loop 2024-04-02 10:35:56 +02:00
dns use deterministic ecdsa for openssl >= 3.2 2024-08-14 14:34:44 +03:00
include/tests Remove ns_query_init() cannot fail, remove the error paths 2024-07-03 09:05:51 +02:00
irs Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
isc Reduce the size of hashmap_nodes.h file 2024-08-15 10:05:32 +02:00
isccfg Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
libtest Change the NS_PER_SEC (and friends) from enum to static const 2024-08-19 09:08:55 +00:00
ns Remove ns_query_init() cannot fail, remove the error paths 2024-07-03 09:05:51 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
Makefile.am Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
unit-test-driver.sh.in Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00