bind9/unit/atf-src
2013-02-06 17:49:16 -06:00
..
admin 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
atf-c [v9_9]3481. [cleanup] removed use of const const in atf 2013-02-06 17:49:16 -06:00
atf-c++ 3456. [port] g++47: aft fails to compile. [RT #32012] 2013-01-09 22:33:39 +11:00
atf-config re-remove cvsignore files 2012-03-05 08:29:31 -08:00
atf-report re-remove cvsignore files 2012-03-05 08:29:31 -08:00
atf-run 3456. [port] g++47: aft fails to compile. [RT #32012] 2013-01-09 22:33:39 +11:00
atf-sh 3456. [port] g++47: aft fails to compile. [RT #32012] 2013-01-09 22:33:39 +11:00
atf-version re-remove cvsignore files 2012-03-05 08:29:31 -08:00
bootstrap re-remove cvsignore files 2012-03-05 08:29:31 -08:00
doc re-remove cvsignore files 2012-03-05 08:29:31 -08:00
m4 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
test-programs re-remove cvsignore files 2012-03-05 08:29:31 -08:00
aclocal.m4 autoreconf in hopes of silencing robie warnings 2011-02-28 16:44:15 +00:00
atf-c++.hpp 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
atf-c.h 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
Atffile 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
AUTHORS 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
bconfig.h.in 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
configure autoreconf in hopes of silencing robie warnings 2011-02-28 16:44:15 +00:00
configure.ac 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
COPYING 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
INSTALL 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
Makefile.am add depend target 2011-09-06 05:49:51 +00:00
Makefile.in add depend target 2011-09-06 05:49:51 +00:00
NEWS 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +00:00
README 3043. [test] Merged in the NetBSD ATF test framework (currently 2011-02-26 02:26:33 +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