Name Date Size

.. 2016-02-07 01:49:32 6

aclocal.m4 2014-01-27 20:00:45 35.8 KiB

admin 2016-02-07 01:49:32 16

atf-c 2016-02-07 01:49:32 40

atf-c++ 2016-02-07 01:49:32 31

atf-c++.hpp 2014-01-27 20:00:45 1.5 KiB

atf-c.h 2014-01-27 20:00:45 1.5 KiB

atf-config 2016-02-07 01:49:32 8

atf-report 2016-02-07 01:49:32 17

atf-run 2016-02-07 01:49:32 42

atf-sh 2016-02-07 01:49:32 21

atf-version 2016-02-07 01:49:32 6

Atffile 2014-01-27 20:00:45 190

AUTHORS 2014-01-27 20:00:45 1.1 KiB

bconfig.h.in 2014-01-27 20:00:45 2.8 KiB

bootstrap 2016-02-07 01:49:32 23

configure 2014-01-27 20:00:45 568.6 KiB

configure.ac 2014-01-27 20:00:45 7.8 KiB

COPYING 2014-01-27 20:00:45 4.4 KiB

doc 2016-02-07 01:49:32 7

INSTALL 2014-01-27 20:00:45 7.2 KiB

Kyuafile 2014-01-27 20:00:45 389

m4 2016-02-07 01:49:32 17

Makefile.am 2014-01-27 20:00:45 4.1 KiB

Makefile.in 2014-01-27 20:00:45 300.9 KiB

NEWS 2014-01-27 20:00:45 24.4 KiB

README 2014-01-27 20:00:45 1.5 KiB

test-programs 2014-01-27 20:00:45 14

TODO 2014-01-27 20:00:45 6.9 KiB

README

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