minix/external/bsd/kyua-cli/dist
Ben Gras 7120f34ec1 drop <minix/termios.h>, use clean <sys/termios.h>
. also implement some netbsd-style tty ioctls
	. also implement SIGINFO
	. also import netbsd stty
	. rename keymap minix CMIN (for ctrl+minus on numeric keypad)
	  to CNMIN; to keep unchanged control character default CMIN in
	  new <sys/ttydefaults.h>
	. convert CS[5678] logic in rs232 driver to explicit setting of LC
	  bits

Change-Id: I9b7d2963fe9aec00fb6e7535ef565b3191fc1c1d
2014-03-02 12:28:20 +01:00
..
bootstrap Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
cli Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
doc Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
engine Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
examples Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
integration Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
misc Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
store Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
utils drop <minix/termios.h>, use clean <sys/termios.h> 2014-03-02 12:28:20 +01:00
AUTHORS Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
COPYING Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
Kyuafile Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
main.cpp Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
NEWS Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
README Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00

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-cli, provides the command-line interface to the Kyua
runtime system.  The major purpose of this tool is to run test cases and
generate unified reports for their results.

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/