bind9/lib
Ondřej Surý 0ba697fe8c The cmocka.h header MUST be included before isc/util.h gets included
The isc/util.h header redefine the DbC checks (REQUIRE, INSIST, ...)  to
be cmocka "fake" assertions.  However that means that cmocka.h needs to
be included after UNIT_TESTING is defined but before isc/util.h is
included.  Because isc/util.h is included in most of the project headers
this means that the sequence MUST be:

    #define UNIT_TESTING
    #include <cmocka.h>

    #include <isc/_anything_.h>

See !2204 for other header requirements for including cmocka.h.
2020-12-01 16:47:25 +01:00
..
bind9 Update library API versions 2020-11-26 12:12:17 +01:00
dns Refactor netmgr and add more unit tests 2020-12-01 16:47:07 +01:00
irs Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
isc The cmocka.h header MUST be included before isc/util.h gets included 2020-12-01 16:47:25 +01:00
isccc Update library API versions 2020-11-26 12:12:17 +01:00
isccfg Update library API versions 2020-11-26 12:12:17 +01:00
ns Refactor netmgr and add more unit tests 2020-12-01 16:47:07 +01:00
samples Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00