bind9/tests
Ondřej Surý f5fc224af3
Add isc_async_current() macro to run job on current loop
Previously, isc_job_run() could have been used to run the job on the
current loop and the isc_job_run() would take care of allocating and
deallocating the job.  After the change in this MR, the isc_job_run()
is more complicated to use, so we introduce the isc_async_current()
macro to suplement isc_async_run() when we need to run the job on the
current loop.
2023-03-30 16:07:41 +02:00
..
bench Improve qp-trie refcount debugging 2023-02-27 13:47:57 +00:00
dns add basic test for TSIG key dump/restore functionality 2023-03-16 09:55:50 -07:00
include/tests Test infrastructure for the qp-trie 2023-02-27 13:47:25 +00:00
irs Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00
isc Add isc_async_current() macro to run job on current loop 2023-03-30 16:07:41 +02:00
isccfg Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
libtest Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
ns add ns_interface_create() 2023-03-28 12:38:28 -07: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 Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00