bind9/lib/dns/tests
Ondřej Surý f251d69eba Remove usage of deprecated ATOMIC_VAR_INIT() macro
The C17 standard deprecated ATOMIC_VAR_INIT() macro (see [1]).  Follow
the suite and remove the ATOMIC_VAR_INIT() usage in favor of simple
assignment of the value as this is what all supported stdatomic.h
implementations do anyway:

  * MacOSX.plaform: #define ATOMIC_VAR_INIT(__v) {__v}
  * Gcc stdatomic.h: #define ATOMIC_VAR_INIT(VALUE)	(VALUE)

1. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1138r0.pdf
2022-03-08 23:55:10 +01:00
..
comparekeys Add dst_key_pubcompare and dst_key_compare unit test 2021-10-27 22:23:03 +00:00
testdata Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01: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 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
db_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dbdiff_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dbiterator_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dbversion_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dh_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dispatch_test.c Remove usage of deprecated ATOMIC_VAR_INIT() macro 2022-03-08 23:55:10 +01:00
dns64_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dnstap_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dnstest.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dnstest.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
dst_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
geoip_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Kdh.+002+18602.key [master] add diffie-hellman key unit test 2014-10-17 15:55:37 -07:00
keytable_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Krsa.+005+29235.key Merged rt43077 (new RSA verify unit test) 2016-08-22 14:10:21 +02:00
Makefile.am Add comparekeys to release tarball 2021-11-01 15:17:31 +01:00
master_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
mkraw.pl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
name_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
nsec3_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
nsec3param_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
peer_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
private_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rbt_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rbtdb_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rdata_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rdataset_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rdatasetstats_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
resolver_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
rsa_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
sigs_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
time_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tsig_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
update_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zonemgr_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zt_test.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00