xref: /netbsd-src/external/bsd/kyua-atf-compat/dist/README (revision b92cbc7321a4a2d13071f4a9bcf671898920c6b4)
1*b92cbc73SjmmvKyua (pronounced Q.A.) is a testing framework for both developers and
2*b92cbc73Sjmmvusers.  Kyua is different from most other testing frameworks in that it
3*b92cbc73Sjmmvputs the end user experience before anything else.  There are multiple
4*b92cbc73Sjmmvreasons for users to run the tests themselves, and Kyua ensures that
5*b92cbc73Sjmmvthey can do so in the most convenient way.
6*b92cbc73Sjmmv
7*b92cbc73SjmmvThis module, kyua-atf-compat, provides tools to ease the transition from
8*b92cbc73SjmmvATF to Kyua.  In particular, this includes a tool to convert Atffile
9*b92cbc73Sjmmvfiles to Kyuafile files in an automated manner, and drop-in replacement
10*b92cbc73Sjmmvwrappers for both atf-run and atf-report.
11*b92cbc73Sjmmv
12*b92cbc73SjmmvFor further information on the contents of this distribution file,
13*b92cbc73Sjmmvplease refer to the following other documents:
14*b92cbc73Sjmmv
15*b92cbc73Sjmmv* AUTHORS: List of authors and contributors to this project.
16*b92cbc73Sjmmv* COPYING: License information.
17*b92cbc73Sjmmv* INSTALL: Compilation and installation instructions.
18*b92cbc73Sjmmv* NEWS: List of major changes between formal releases.
19*b92cbc73Sjmmv
20*b92cbc73SjmmvFor general project information, please visit:
21*b92cbc73Sjmmv
22*b92cbc73Sjmmv    http://code.google.com/p/kyua/
23