Name Date Size #Lines LOC

..--

admin/H--13,99510,872

atf-c/H--18,56613,096

atf-c++/H--14,1519,544

atf-config/H--575465

atf-report/H--3,9383,029

atf-run/H--10,4557,393

atf-sh/H--3,8573,104

atf-version/H--350228

bootstrap/H--7,7766,623

doc/H--906891

m4/H--8,8037,907

test-programs/H--1,9991,401

AUTHORSH A D16-Feb-20171.1 KiB3119

AtffileH A D16-Feb-2017190 139

COPYINGH A D16-Feb-20174.4 KiB10173

INSTALLH A D16-Feb-20177.2 KiB224156

KyuafileH A D16-Feb-2017389 1915

Makefile.amH A D16-Feb-20174.1 KiB15595

Makefile.inH A D16-Feb-2017300.9 KiB5,3234,612

NEWSH A D16-Feb-201724.4 KiB605428

READMEH A D16-Feb-20171.5 KiB4127

TODOH A D16-Feb-20176.9 KiB185130

aclocal.m4H A D16-Feb-201735.8 KiB1,023923

atf-c++.hppH A D16-Feb-20171.5 KiB375

atf-c.hH A D16-Feb-20171.6 KiB406

bconfig.h.inH A D16-Feb-20172.8 KiB11476

configureH A D16-Feb-2017568.6 KiB19,32514,921

configure.acH A D16-Feb-20177.8 KiB229198

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