NetBSD/external/bsd/atf/dist
gutteridge 227e5be65f atf-test-case.4: better explain custom metadata properties
Apply upstream change
e8021f3b37

(Only differences to upstream are "meta-data" is spelled consistently
with the rest of the project documentation and the date.)
2023-08-27 19:27:23 +00:00
..
atf-c atf-c-api.3: correct ATF_TP_ADD_TC() examples to use "tp" 2023-03-14 00:55:31 +00:00
atf-c++ remove -std=gnu++98 2020-03-09 20:34:52 +00:00
atf-sh atf-check.1 & atf-sh.1: remove references to -h option 2023-05-10 22:14:54 +00:00
doc atf-test-case.4: better explain custom metadata properties 2023-08-27 19:27:23 +00:00
test-programs
tools atf-run_test.sh: fix spelling of "through" 2023-04-03 16:26:50 +00:00
AUTHORS
COPYING
Kyuafile
NEWS
README
atf-c++.hpp
atf-c.h

README

Introductory information                        Automated Testing Framework
===========================================================================


Introduction
************

The Automated Testing Framework (ATF) is a collection of libraries to
implement test programs in a variety of languages.  At the moment, ATF
offers C, C++ and POSIX shell bindings with which to implement tests.
These bindings all offer a similar set of functionality and any test
program written with them exposes a consistent user interface.

ATF-based test programs rely on a separate runtime engine to execute them.
The runtime engine is in charge of isolating the test programs from the
rest of the system to ensure that their results are deterministic and that
they cannot affect the running system.  The runtime engine is also
responsible for gathering the results of all tests and composing reports.
The current runtime of choice is Kyua.


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