xref: /minix/external/bsd/bind/dist/unit/README (revision fb9c64b2)
1These unit tests for BIND 9 are based on the NetBSD Automated Test Framework
2release 0.17.
3
4To build an external copy of ATF for use by BIND 9:
5
6  $ cd atf-src
7  $ configure --prefix=<prefix> --enable-tools --disable-shared
8  $ make
9  $ make install
10
11Subsequently, specify the ATF prefix when building BIND 9:
12
13  $ configure --with-atf=<prefix>
14
15ATF can also be built automatically during the BIND 9 build,
16by specifying --with-atf without an argument:
17
18  $ configure --with-atf
19
20This causes BIND 9 to build ATF in the atf-src directory and
21link to it directly.
22