Home | History | only in atf
Up to higher level directory
NameDateSize
aclocal.m401-May-2008262.2K
admin/09-Jun-2008
atf-c/09-Jun-2008
atf-c++/09-Jun-2008
atf-c++.hpp01-May-20081.5K
atf-c.h01-May-20081.5K
atf-sh/09-Jun-2008
AUTHORS04-Feb-2008640
bconfig.h.in01-May-20082.6K
ChangeLog04-Feb-20081.1K
configure01-May-2008733.5K
configure.ac01-May-20086.3K
COPYING01-May-20082.9K
data/09-Jun-2008
doc/09-Jun-2008
INSTALL01-May-20085.5K
m4/09-Jun-2008
Makefile.am01-May-200845.5K
Makefile.in01-May-2008180.9K
NEWS01-May-20085.2K
README04-Feb-20081.7K
revision.h01-May-200873
ROADMAP01-May-20086.8K
tests/09-Jun-2008
tools/09-Jun-2008

README

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