Name Date Size #Lines LOC

..--

AUTHORSH A D25-Feb-201333 21

COPYINGH A D25-Feb-20131.4 KiB2824

KyuafileH A D25-Feb-2013161 85

NEWSH A D25-Feb-2013444 139

READMEH A D25-Feb-2013984 2317

atf-report.1H A D25-Feb-20135.2 KiB174172

atf-report.shH A D25-Feb-20135.9 KiB19281

atf-report_test.shH A D25-Feb-20137.4 KiB251177

atf-run.1H A D25-Feb-20136.2 KiB204201

atf-run.shH A D26-Feb-20136.2 KiB19894

atf-run_test.shH A D26-Feb-20137.9 KiB234162

atf2kyua.1H A D25-Feb-20132.6 KiB6564

atf2kyua.shH A D25-Feb-20135.7 KiB18291

atf2kyua_test.shH A D25-Feb-20136.4 KiB247141

helpers.shH A D25-Feb-20132.4 KiB7830

lib.subrH A D25-Feb-20134 KiB135105

tests_lib.subrH A D25-Feb-20133.3 KiB9982

README

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