freebsd-dev/contrib/atf
Marcel Moolenaar 5686c6c38a Modify atf::fs::path::get_process_helpers_path API to properly
handle pathing with detail/ tests. Based on patch pushed upstream to
ATF project.

Obtained from:	Garrett Cooper <yaneurabeya@gmail.com>
2013-05-29 19:41:36 +00:00
..
admin
atf-c The *_STR* macros use strcmp() to check their arguments. Include string.h 2012-11-15 04:42:30 +00:00
atf-c++ Modify atf::fs::path::get_process_helpers_path API to properly 2013-05-29 19:41:36 +00:00
atf-config
atf-report Fix two clang warnings in the recent atf import. These have also been 2012-10-23 18:38:04 +00:00
atf-run Add support for DragonFly and FreeBSD. 2012-11-15 04:32:55 +00:00
atf-sh Fix typos in description for exp{err,out}_mismatch_head. 2012-11-15 04:29:12 +00:00
atf-version
doc Remove redundant text describing the cleanup routine. 2012-11-15 04:24:17 +00:00
test-programs
atf-c.h
atf-c++.hpp
Atffile
AUTHORS
bconfig.h
bconfig.h.in
configure
configure.ac
COPYING
FREEBSD-upgrade Add ATF update instructions and file exclude list. 2012-11-15 04:51:37 +00:00
FREEBSD-Xlist Add ATF update instructions and file exclude list. 2012-11-15 04:51:37 +00:00
Kyuafile
Makefile.am
Makefile.in
NEWS
README

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