freebsd-src/contrib/atf
Julio Merino b17b15d8ea Fix path to the process_helpers for the libatf-c++ tests.
Because we respect the FreeBSD src tree layout under /usr/tests, and because
the layout of the tests in the atf distfile does not match the former, the
tests for atf-c++ were not able to find the process_helper binary.

Fix this by explicitly hardcoding the right path in the FreeBSD test suite.

Obtained from:	atf (git 1f0e878f7f127741a3762883ef24aef317e239d5)
MFC after:	1 week
2014-01-10 23:41:01 +00:00
..
atf-c Drop all ATF tools code. 2013-11-18 01:28:29 +00:00
atf-c++ Fix path to the process_helpers for the libatf-c++ tests. 2014-01-10 23:41:01 +00:00
atf-sh Drop all ATF tools code. 2013-11-18 01:28:29 +00:00
doc Drop all ATF tools code. 2013-11-18 01:28:29 +00:00
test-programs Drop all ATF tools code. 2013-11-18 01:28:29 +00:00
atf-c++.hpp MFV: Import atf-0.18. 2013-11-17 23:51:19 +00:00
atf-c.h MFV: Import atf-0.18. 2013-11-17 23:51:19 +00:00
AUTHORS
bconfig.h MFV: Import atf-0.18. 2013-11-17 23:51:19 +00:00
COPYING
FREEBSD-upgrade Update notes for imports of atf. 2013-11-17 23:19:06 +00:00
FREEBSD-Xlist Drop all ATF tools code. 2013-11-18 01:28:29 +00:00
Kyuafile
NEWS MFV: Import atf-0.18. 2013-11-17 23:51:19 +00:00
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