bind9/lib/dns/tests
Ondřej Surý 50db10b7ca Fix the clang 12 warnings with multi-line strings in string arrays
The clang 12 has a new warning that warns when using multi-line strings
in the string arrays, f.e.:

    { "aa",
      "b"
      "b",
      "cc" }

would generate warning like this:

    private_test.c:162:7: error: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Werror,-Wstring-concatenation]
                                      "33333/RSASHA1" };
                                      ^
    private_test.c:161:7: note: place parentheses around the string literal to silence warning
                                      "Done removing signatures for key "
                                      ^
    private_test.c:197:7: error: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Werror,-Wstring-concatenation]
                                      "NSEC chain",
                                      ^
    private_test.c:196:7: note: place parentheses around the string literal to silence warning
                                      "Removing NSEC3 chain 1 0 30 DEAF / creating "
                                      ^
    2 errors generated.

(cherry picked from commit 7b07f22969)
2020-10-01 18:42:11 +02:00
..
testdata update signatures 2020-02-21 07:05:31 +00: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 all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
db_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dbdiff_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dbiterator_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dbversion_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dh_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dispatch_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dnstap_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dnstest.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dnstest.h update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
dst_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
geoip_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
Kdh.+002+18602.key [master] add diffie-hellman key unit test 2014-10-17 15:55:37 -07:00
keytable_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
Krsa.+005+29235.key Merged rt43077 (new RSA verify unit test) 2016-08-22 14:10:21 +02:00
Kyuafile Merge branch '46-just-use-clang-format-to-reformat-sources' into 'master' 2020-02-12 14:51:18 +00:00
Makefile.in Resolve the overlinking of the system libraries 2020-05-11 09:49:54 +02:00
master_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
mkraw.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
name_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
nsec3_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
peer_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
private_test.c Fix the clang 12 warnings with multi-line strings in string arrays 2020-10-01 18:42:11 +02:00
rbt_serialize_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
rbt_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
rdata_test.c Add the ability select individual tests to rdata_test 2020-10-01 22:57:47 +10:00
rdataset_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
rdatasetstats_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
resolver_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
result_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
rsa_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
sigs_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
time_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
tsig_test.c The dns_message_create() cannot fail, change the return to void 2020-09-30 14:26:26 +02:00
update_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
zonemgr_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
zt_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00