NetBSD/external/bsd/kyua-testers/dist
jmmv 63dd2c4874 Apply upstream change 1b82d0fe146031526b73454cc64bca7ee1f5b87a:
Fix fs_test:cleanup__mount_point__busy

The first call to kyua_fs_cleanup in this test was supposed to fail as
it is exercising an error path.  But the check was reversed, expecting
no error.  Fix this obvious mistake.
2013-03-17 05:56:46 +00:00
..
atf_helpers.c
atf_inttest.c
atf_list_test.c
atf_list.c
atf_list.h
atf_main.c
atf_result_test.c
atf_result.c
atf_result.h
AUTHORS
cli_fwd.h
cli_test.c
cli.c
cli.h
common_inttest.h
COPYING
env_test.c
env.c
env.h
error_fwd.h
error_test.c
error.c
error.h
fs_test.c Apply upstream change 1b82d0fe146031526b73454cc64bca7ee1f5b87a: 2013-03-17 05:56:46 +00:00
fs.c
fs.h
kyua-atf-interface.7
kyua-atf-tester.1.in
kyua-plain-interface.7
kyua-plain-tester.1.in
kyua-tester-list.5
kyua-tester-result.5
kyua-tester.1.in
kyua-testers.pc.in
Kyuafile
NEWS
plain_helpers.c
plain_inttest.c
plain_main.c
README
result_test.c
result.c
result.h
run_fwd.h
run_test.c
run.c
run.h
stacktrace_helper.c
stacktrace_test.c
stacktrace.c
stacktrace.h
text_test.c
text.c
text.h

Kyua (pronounced Q.A.) is a testing framework for both developers and
users.  Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else.  There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.

This module, kyua-testers, provides scriptable interfaces to interact
with test programs of various kinds.  The interface of such testers
allows the caller to execute a single test case of a single test program
in a controlled and homogeneous manner.

For further information on the contents of this distribution file,
please refer to the following other documents:

* AUTHORS: List of authors and contributors to this project.
* COPYING: License information.
* INSTALL: Compilation and installation instructions.
* NEWS: List of major changes between formal releases.

For general project information, please visit:

    http://code.google.com/p/kyua/