bind9/lib/dns/tests
Ondřej Surý 52f98c5734 Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes
The common construct seen in the BIND 9 source is func(isc_mem_t *mctx, ...).
Unfortunately, the dnstest.{h,c} has been using mctx as a global symbol, which
in turn generated a lot of errors when update.c got included in update_test.c.

As a rule of thumb, we should avoid naming global symbols with generic names
(like mctx) and we should prefix them with "namespace" (like dt_mctx).
2019-06-19 13:52:19 +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 Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
db_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
dbdiff_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
dbiterator_test.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
dbversion_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
dh_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
dispatch_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
dnstap_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
dnstest.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +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 Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
geoip_test.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
Kdh.+002+18602.key [master] add diffie-hellman key unit test 2014-10-17 15:55:37 -07:00
keytable_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +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 Cleanup the way we detect json-c library to use only pkg-config 2019-05-29 15:08:52 +02:00
master_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +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 Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
nsec3_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
peer_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
private_test.c Address GCC 9.1 -O3 compilation warnings 2019-06-11 10:18:23 +02:00
rbt_serialize_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
rbt_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
rdata_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
rdataset_test.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
rdatasetstats_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
resolver_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
result_test.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
rsa_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
sigs_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
time_test.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
tkey_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
tsig_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
update_test.c Fix spurious lib/dns/tests/update_test errors on macOS 2019-06-19 13:31:43 +02:00
zonemgr_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00
zt_test.c Rename mctx in dnstest.c to dt_mctx to prevent any global/local name clashes 2019-06-19 13:52:19 +02:00