Name Date Size

.. 2018-01-30 19:33:36 51

.gitignore 2014-06-17 22:49:30 35

atf-src 2018-01-22 00:00:47 29

Makefile.in 2017-06-25 16:15:40 753

README 2013-09-13 01:18:26 563

unittest.sh.in 2018-01-30 19:33:36 762

README

These unit tests for BIND 9 are based on the NetBSD Automated Test Framework
release 0.17.
To build an external copy of ATF for use by BIND 9:
$ cd atf-src
$ configure --prefix=<prefix> --enable-tools --disable-shared
$ make
$ make install
Subsequently, specify the ATF prefix when building BIND 9:
$ configure --with-atf=<prefix>
ATF can also be built automatically during the BIND 9 build,
by specifying --with-atf without an argument:
$ configure --with-atf
This causes BIND 9 to build ATF in the atf-src directory and
link to it directly.