bind9/tests/libtest
Ondřej Surý a5f5f68502
Refactor isc_time_now() to return time, and not result
The isc_time_now() and isc_time_now_hires() were used inconsistently
through the code - either with status check, or without status check,
or via TIME_NOW() macro with RUNTIME_CHECK() on failure.

Refactor the isc_time_now() and isc_time_now_hires() to always fail when
getting current time has failed, and return the isc_time_t value as
return value instead of passing the pointer to result in the argument.
2023-03-31 15:02:06 +02:00
..
dns.c Support for relative names in unit tests 2023-02-27 13:47:25 +00:00
isc.c Replace __attribute__((unused)) with ISC_ATTR_UNUSED attribute macro 2023-03-30 23:29:25 +02:00
Makefile.am Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
ns.c Refactor isc_time_now() to return time, and not result 2023-03-31 15:02:06 +02:00
qp.c Refactor qp-trie to use QSBR 2023-02-27 13:47:55 +00:00