minix/external/bsd/bind/dist/unit/atf-src
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
..
admin Update guess & substitution scripts used by GNU configure to latest available 2018-11-25 18:05:17 +00:00
atf-c Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
atf-c++ Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
atf-config Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
atf-report Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
atf-run Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
atf-sh Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
atf-version Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
bootstrap Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
doc Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
m4 Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
test-programs Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
aclocal.m4 Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
atf-c.h Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
atf-c++.hpp Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
Atffile Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
AUTHORS Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
bconfig.h.in Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
configure Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
configure.ac Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
COPYING Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
INSTALL Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
Kyuafile Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
Makefile.am Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
Makefile.in Import NetBSD named(8) 2017-03-21 22:00:06 +00:00
NEWS 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
TODO Import NetBSD named(8) 2017-03-21 22:00:06 +00:00

Introductory information                        Automated Testing Framework
===========================================================================


Introduction
************

The Automated Testing Framework (ATF) is a collection of libraries and
utilities designed to ease unattended application testing in the hands of
developers and end users of a specific piece of software.

As regards developers, ATF provides the necessary means to easily create
test suites composed of multiple test programs, which in turn are a
collection of test cases.  It also attempts to simplify the debugging of
problems when these test cases detect an error by providing as much
information as possible about the failure.

As regards users, it simplifies the process of running the test suites and,
in special, encourages end users to run them often: they do not need to
have source trees around nor any other development tools installed to be
able to certify that a given piece of software works on their machine as
advertised.


Other documents
***************

* AUTHORS: List of authors and contributors for this project.

* COPYING: License information.

* INSTALL: Compilation and installation instructions.  These is not the
  standard document shipped with many packages, so be sure to read it for
  things that are specific to ATF's build.

* NEWS: List of major changes between formal, published releases.


===========================================================================
vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2