Home | History | Annotate | only in /src/external/bsd/kyua-cli/dist
Up to higher level directory
NameDateSize
AUTHORS23-Feb-201333
bootstrap/25-Feb-2026
cli/25-Feb-2026
COPYING23-Feb-20131.5K
doc/25-Feb-2026
engine/25-Feb-2026
examples/25-Feb-2026
integration/25-Feb-2026
Kyuafile23-Feb-2013380
main.cpp23-Feb-20132.2K
misc/25-Feb-2026
NEWS18-Oct-201311.2K
README23-Feb-2013916
store/25-Feb-2026
utils/25-Feb-2026

README

      1 Kyua (pronounced Q.A.) is a testing framework for both developers and
      2 users.  Kyua is different from most other testing frameworks in that it
      3 puts the end user experience before anything else.  There are multiple
      4 reasons for users to run the tests themselves, and Kyua ensures that
      5 they can do so in the most convenient way.
      6 
      7 This module, kyua-cli, provides the command-line interface to the Kyua
      8 runtime system.  The major purpose of this tool is to run test cases and
      9 generate unified reports for their results.
     10 
     11 For further information on the contents of this distribution file,
     12 please refer to the following other documents:
     13 
     14 * AUTHORS: List of authors and contributors to this project.
     15 * COPYING: License information.
     16 * INSTALL: Compilation and installation instructions.
     17 * NEWS: List of major changes between formal releases.
     18 
     19 For general project information, please visit:
     20 
     21     http://code.google.com/p/kyua/
     22