minix/external/bsd/atf/dist
Lionel Sambuc 84d9c625bf Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop

Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
2014-07-28 17:05:06 +02:00
..
atf-c Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
atf-c++ Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
atf-config Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
atf-report Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
atf-run Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
atf-sh Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
atf-version Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
doc Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
test-programs Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
atf-c++.hpp Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
atf-c.h Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
Atffile Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
AUTHORS Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
COPYING Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
Kyuafile Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
NEWS Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
README Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00

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