• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

admin/H23-Oct-2014-17,08112,684

atf-c/H23-Oct-2014-17,92512,948

atf-c++/H23-Oct-2014-9,9996,831

atf-sh/H23-Oct-2014-3,9643,238

bootstrap/H23-Oct-2014-7,1146,131

doc/H23-Oct-2014-584576

m4/H23-Oct-2014-9,2798,380

test-programs/H23-Oct-2014-1,9391,383

AUTHORSH A D14-Oct-20141.1 KiB3119

COPYINGH A D14-Oct-20144.4 KiB10173

INSTALLH A D14-Oct-20145.4 KiB173118

KyuafileH A D14-Sep-2014157 96

Makefile.amH A D14-Oct-20143.3 KiB11660

Makefile.inH A D22-Oct-2014180.1 KiB3,6773,157

NEWSH A D23-Oct-201428.9 KiB724509

READMEH A D14-Oct-20141.4 KiB3825

aclocal.m4H A D22-Oct-201443.3 KiB1,2231,113

atf-c++.hppH A D14-Oct-20141.5 KiB335

atf-c.hH A D14-Oct-20141.5 KiB346

config.h.inH A D22-Oct-20142.3 KiB9261

configureH A D22-Oct-2014587.4 KiB19,78816,638

configure.acH A D14-Oct-20145.6 KiB153129

README

1Introductory information                        Automated Testing Framework
2===========================================================================
3
4
5Introduction
6************
7
8The Automated Testing Framework (ATF) is a collection of libraries to
9implement test programs in a variety of languages.  At the moment, ATF
10offers C, C++ and POSIX shell bindings with which to implement tests.
11These bindings all offer a similar set of functionality and any test
12program written with them exposes a consistent user interface.
13
14ATF-based test programs rely on a separate runtime engine to execute them.
15The runtime engine is in charge of isolating the test programs from the
16rest of the system to ensure that their results are deterministic and that
17they cannot affect the running system.  The runtime engine is also
18responsible for gathering the results of all tests and composing reports.
19The current runtime of choice is Kyua.
20
21
22Other documents
23***************
24
25* AUTHORS: List of authors and contributors for this project.
26
27* COPYING: License information.
28
29* INSTALL: Compilation and installation instructions.  These is not the
30  standard document shipped with many packages, so be sure to read it for
31  things that are specific to ATF's build.
32
33* NEWS: List of major changes between formal, published releases.
34
35
36===========================================================================
37vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2
38