bind9/tests/dns
Michał Kępień 78afc0bf04
Include <inttypes.h> whenever including <cmocka.h>
Development versions of cmocka require the intmax_t and uintmax_t types
to be defined by the time the test code includes the <cmocka.h> header.
These types are defined in the <stdint.h> header, which is included by
the <inttypes.h> header, which in turn is already explicitly included by
some of the programs in the tests/ directory.  Ensure all programs in
that directory that include the <cmocka.h> header also include the
<inttypes.h> header to future-proof the code while keeping the change
set minimal and the resulting code consistent.  Also prevent explicitly
including the <stdint.h> header in those programs as it is included by
the <inttypes.h> header.

(cherry picked from commit c2dcd055fe)
2023-05-18 15:36:03 +02:00
..
comparekeys Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
testdata Properly adjust the srcdir vs builddir paths 2022-06-01 17:45:34 +02:00
testkeys Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
acl_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
db_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
dbdiff_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
dbiterator_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
dbversion_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
dh_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
dispatch_test.c remove nonfunctional DSCP implementation 2023-01-09 14:23:26 -08:00
dns64_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
dnstap_test.c Properly adjust the srcdir vs builddir paths 2022-06-01 17:45:34 +02:00
dst_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
geoip_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
Kdh.+002+18602.key Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
keytable_test.c Add synth-from-dnssec namespaces for keytable entries 2022-07-07 07:47:45 +10:00
Krsa.+008+29238.key Check if RSASHA1 is supported by the OS 2022-08-10 17:26:29 +10:00
Makefile.am remove nonfunctional DSCP implementation 2023-01-09 14:23:26 -08:00
master_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
mkraw.pl Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
name_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
nsec3_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
nsec3param_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
private_test.c Update clang to version 14 2022-06-16 18:09:33 +02:00
rbt_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
rbtdb_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
rdata_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
rdataset_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
rdatasetstats_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
resolver_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
rsa_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
sigs_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
time_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
tsig_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
update_test.c Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
zonemgr_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00
zt_test.c Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:36:03 +02:00