1 These unit tests for BIND 9 are based on the NetBSD Automated Test Framework
4 To build an external copy of ATF for use by BIND 9:
7 $ configure --prefix=<prefix> --enable-tools --disable-shared
11 Subsequently, specify the ATF prefix when building BIND 9:
13 $ configure --with-atf=<prefix>
15 ATF can also be built automatically during the BIND 9 build,
16 by specifying --with-atf without an argument:
18 $ configure --with-atf
20 This causes BIND 9 to build ATF in the atf-src directory and