bind9/tests
Aram Sargsyan 87db9ea84c unit tests: include an OpenSSL header before including cmocka.h
OpenSSL 3.1.0 uses __attribute__(malloc), conflicting with a redefined
malloc in cmocka.h.

As a workaround, include an OpenSSL header file before including
cmocka.h in the unit tests where OpenSSL is used.
2023-04-14 12:11:52 +00:00
..
bench A few qp-trie cleanups 2023-04-05 12:35:04 +01:00
dns unit tests: include an OpenSSL header before including cmocka.h 2023-04-14 12:11:52 +00:00
include/tests Revert "Kill unit tests that run more than 1200 seconds" 2023-04-14 06:14:19 +02:00
irs Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00
isc unit tests: include an OpenSSL header before including cmocka.h 2023-04-14 12:11:52 +00:00
isccfg Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
libtest Use a qp-trie for the zone table 2023-04-05 12:38:11 +01:00
ns Refactor the isc_quota code and fix the quota in TCP accept code 2023-04-12 14:10:37 +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 Use SIGABRT rather than SIGKILL for long running unit test 2023-04-14 15:40:02 +10:00