NetBSD/dist/atf/atf-c++
jmmv ffe8204c6b Import ATF 0.5
Changes in this release:

* Clauses 3 and 4 of the BSD license used by the project were dropped.
  All the code is now under a 2-clause BSD license compatible with the
  GNU General Public License (GPL).

* Added a C-only binding so that binary test programs do not need to be
  tied to C++ at all.  This binding is now known as the atf-c library.

* Renamed the C++ binding to atf-c++ for consistency with the new atf-c.

* Renamed the POSIX shell binding to atf-sh for consistency with the new
  atf-c and atf-c++.

* Added a -w flag to test programs through which it is possible to specify
  the work directory to be used.  This was possible in prior releases by
  defining the workdir configuration variable (-v workdir=...), but was a
  conceptually incorrect mechanism.

* Test programs now preserve the execution order of test cases when they
  are given in the command line.  Even those mentioned more than once are
  executed multiple times to comply with the user's requests.
2008-05-01 15:22:19 +00:00
..
application.cpp
application.hpp
atf-c++-api.3
atffile.cpp
atffile.hpp
config.cpp
config.hpp
env.cpp
env.hpp
exceptions.cpp
exceptions.hpp
expand.cpp
expand.hpp
formats.cpp
formats.hpp
fs.cpp
fs.hpp
io.cpp
io.hpp
macros.hpp
parser.cpp
parser.hpp
sanity.hpp
signals.cpp
signals.hpp
tests.cpp
tests.hpp
text.cpp
text.hpp
ui.cpp
ui.hpp
user.cpp
user.hpp
utils.hpp