minix/external/bsd/kyua-testers/dist
Lionel Sambuc e1cdaee106 Fix ARM noassert builds -g/-O{s/0/1/2/3}
Also fixes ARM assert build -O3.

Change-Id: I52bda91308ecfa0e8b23c4140c38c49347cc10f7
2016-01-24 18:56:38 +01:00
..
atf_helpers.c
atf_inttest.c
atf_list_test.c
atf_list.c Fix ARM noassert builds -g/-O{s/0/1/2/3} 2016-01-24 18:56:38 +01:00
atf_list.h
atf_main.c Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
atf_result_test.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
atf_result.c Fix -DNDEBUG support 2014-08-22 19:12:17 +02:00
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 Fix -DNDEBUG support 2014-08-22 19:12:17 +02:00
error.h
fs_test.c
fs.c Fix -DNDEBUG support 2014-08-22 19:12:17 +02:00
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 Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
NEWS
plain_helpers.c
plain_inttest.c
plain_main.c Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
README
result_test.c
result.c
result.h
run_fwd.h
run_test.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
run.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
run.h
stacktrace_helper.c
stacktrace_test.c Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
stacktrace.c Fix -DNDEBUG support 2014-08-22 19:12:17 +02:00
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/