bind9/lib/dns/tests
Michał Kępień 154f2ca6f6 Tweak lib/dns/tests/tkey_test requirements
Currently, the lib/dns/tests/tkey_test unit test is only run when the
linker supports the --wrap option.  However, linker support for that
option is only needed for static builds.  As a result, the unit test
mentioned before is not being run everywhere it can be run as even for
builds done using --with-libtool, the test is not run unless the linker
supports the --wrap option.

Tweak preprocessor directives in lib/dns/tests/tkey_test.c so that this
test is run:

  - for all builds using --with-libtool,
  - for static builds done using a linker supporting the --wrap option.
2019-09-12 14:25:57 +02:00
..
testdata check flags for no key in fromwire for *KEY 2019-04-09 13:55:30 +10:00
testkeys Add a framework for dns__zone_updatesigs() unit tests 2018-05-09 13:32:09 +02:00
.gitignore Add lib/dns/tests/testdata/dnstap/dnstap.file to .gitignore 2018-12-11 11:32:24 +01:00
acl_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
db_test.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dbdiff_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
dbiterator_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
dbversion_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
dh_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
dispatch_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
dnstap_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
dnstest.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dnstest.h Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
dst_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
geoip_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
Kdh.+002+18602.key [master] add diffie-hellman key unit test 2014-10-17 15:55:37 -07:00
keytable_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
Krsa.+005+29235.key Merged rt43077 (new RSA verify unit test) 2016-08-22 14:10:21 +02:00
Kyuafile convert keytable_test 2018-11-14 20:17:04 -08:00
Makefile.in Fix the ${WRAP} -> $${WRAP} to allow static non-libtool linking again 2019-07-31 16:18:58 +02:00
master_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
mkraw.pl Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
name_test.c Make isc_thread_join() assert internally on failure 2019-07-31 11:56:58 +02:00
nsec3_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
peer_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
private_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
rbt_serialize_test.c check that open() succeeded 2019-08-28 19:50:44 -04:00
rbt_test.c simplify dns_rbtnodechain_init() by removing unnecessary 'mctx' parameter 2019-08-29 10:03:36 -07:00
rdata_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
rdataset_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
rdatasetstats_test.c No longer have stale tracking in stats module 2019-08-12 10:16:08 +02:00
resolver_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
result_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
rsa_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
sigs_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
time_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
tkey_test.c Tweak lib/dns/tests/tkey_test requirements 2019-09-12 14:25:57 +02:00
tsig_test.c Unify header ordering in unit tests 2019-07-30 21:25:15 +02:00
update_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
zonemgr_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00
zt_test.c Include <sched.h> where necessary for musl libc 2019-07-30 21:08:40 +02:00