• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..24-Apr-20146

aclocal.m4H A D31-Jan-201233.2 KiB

admin/H24-Apr-201417

atf-c/H24-Apr-201436

atf-c++/H24-Apr-201426

atf-c++.hppH A D31-Jan-20121.5 KiB

atf-c.hH A D31-Jan-20121.5 KiB

atf-config/H24-Apr-20147

atf-report/H24-Apr-201416

atf-run/H24-Apr-201441

atf-sh/H24-Apr-201418

atf-version/H24-Apr-20146

AtffileH A D31-Jan-2012171

AUTHORSH A D31-Jan-2012994

bconfig.h.inH A D31-Jan-20122.8 KiB

bootstrap/H24-Apr-201423

configureH A D31-Jan-2012559.1 KiB

configure.acH A D31-Jan-20128 KiB

COPYINGH A D31-Jan-20122.9 KiB

doc/H24-Apr-20147

INSTALLH A D31-Jan-20127.1 KiB

m4/H24-Apr-201417

Makefile.amH A D12-Jul-20123.4 KiB

Makefile.inH A D12-Jul-2012247.5 KiB

NEWSH A D31-Jan-201216.8 KiB

READMEH A D31-Jan-20121.5 KiB

test-programs/H24-Apr-201414

README

1Introductory information                        Automated Testing Framework
2===========================================================================
3
4
5Introduction
6************
7
8The Automated Testing Framework (ATF) is a collection of libraries and
9utilities designed to ease unattended application testing in the hands of
10developers and end users of a specific piece of software.
11
12As regards developers, ATF provides the necessary means to easily create
13test suites composed of multiple test programs, which in turn are a
14collection of test cases.  It also attempts to simplify the debugging of
15problems when these test cases detect an error by providing as much
16information as possible about the failure.
17
18As regards users, it simplifies the process of running the test suites and,
19in special, encourages end users to run them often: they do not need to
20have source trees around nor any other development tools installed to be
21able to certify that a given piece of software works on their machine as
22advertised.
23
24
25Other documents
26***************
27
28* AUTHORS: List of authors and contributors for this project.
29
30* COPYING: License information.
31
32* INSTALL: Compilation and installation instructions.  These is not the
33  standard document shipped with many packages, so be sure to read it for
34  things that are specific to ATF's build.
35
36* NEWS: List of major changes between formal, published releases.
37
38
39===========================================================================
40vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2
41