4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixThese unit tests for BIND 9 are based on the NetBSD Automated Test Framework
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixrelease 0.17.
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixTo build an external copy of ATF for use by BIND 9:
9dc68827cbd515262ecb8d5ae8547d9e82c72e00Jon A. Cruz $ cd atf-src
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix $ configure --prefix=<prefix> --enable-tools --disable-shared
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix $ make install
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixSubsequently, specify the ATF prefix when building BIND 9:
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix $ configure --with-atf=<prefix>
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixATF can also be built automatically during the BIND 9 build,
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixby specifying --with-atf without an argument:
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilix $ configure --with-atf
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixThis causes BIND 9 to build ATF in the atf-src directory and
4358ff6156766a315e38e72a5c3c83d6d5f7486bcilixlink to it directly.