minix/external/bsd/bind/dist/unit
Sevan Janiyan 8f0896646e Update guess & substitution scripts used by GNU configure to latest available
version upstream at present. This should assist with crossbuilding on recently
introduced system (since 2013 for example) and add support for Minix as a
multiplatform os (not x86 specific as before).
2018-11-25 18:05:17 +00:00
..
atf-src Update guess & substitution scripts used by GNU configure to latest available 2018-11-25 18:05:17 +00:00
Makefile.in Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
README Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
unittest.sh.in Import NetBSD named(8) 2017-03-21 22:00:06 +00:00

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.