Index of /archives/net/bind/9.9.0rc1/bind-9.9.0rc1/unit/atf-src
Name Last modified Size Description
Parent Directory -
test-programs/ 2017-06-16 00:04 -
m4/ 2017-06-16 00:04 -
doc/ 2017-06-16 00:04 -
bootstrap/ 2017-06-16 00:04 -
atf-version/ 2017-06-16 00:04 -
atf-sh/ 2017-06-16 00:04 -
atf-run/ 2017-06-16 00:03 -
atf-report/ 2017-06-16 00:03 -
atf-config/ 2017-06-16 00:03 -
atf-c++/ 2017-06-16 00:03 -
atf-c/ 2017-06-16 00:02 -
admin/ 2017-06-16 00:01 -
configure.ac 2012-01-10 06:47 8.0K
configure 2012-01-10 06:47 559K
bconfig.h.in 2012-01-10 06:47 2.8K
atf-c.h 2012-01-10 06:47 1.5K
atf-c++.hpp 2012-01-10 06:47 1.5K
aclocal.m4 2012-01-10 06:47 33K
README 2012-01-10 06:47 1.5K
NEWS 2012-01-10 06:47 17K
Makefile.in 2012-01-10 06:47 248K
Makefile.am 2012-01-10 06:47 3.4K
INSTALL 2012-01-10 06:47 7.1K
COPYING 2012-01-10 06:47 2.9K
Atffile 2012-01-10 06:47 171
AUTHORS 2012-01-10 06:47 1.0K
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