bind9/lib/dns/tests
Ondřej Surý 7b07f22969 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.
2020-09-16 11:01:39 +02:00
..
testdata update signatures 2020-02-21 15:05:08 +11: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:20:40 -07:00
db_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dbdiff_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dbiterator_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dbversion_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dh_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dispatch_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dnstap_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dnstest.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dnstest.h update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dst_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -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:20:40 -07:00
Krsa.+005+29235.key Merged rt43077 (new RSA verify unit test) 2016-08-22 14:10:21 +02:00
Makefile.am Fix "make dist" 2020-06-05 13:19:49 +02:00
master_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
mkraw.pl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
name_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
nsec3_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
peer_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
private_test.c Fix the clang 12 warnings with multi-line strings in string arrays 2020-09-16 11:01:39 +02:00
rbt_serialize_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
rbt_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
rdata_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
rdataset_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
rdatasetstats_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
resolver_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
result_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
rsa_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
sigs_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
time_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tsig_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
update_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
zonemgr_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
zt_test.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00