84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091 |
||
---|---|---|
.. | ||
atf_helpers.c | ||
atf_inttest.c | ||
atf_list.c | ||
atf_list.h | ||
atf_list_test.c | ||
atf_main.c | ||
atf_result.c | ||
atf_result.h | ||
atf_result_test.c | ||
AUTHORS | ||
cli.c | ||
cli.h | ||
cli_fwd.h | ||
cli_test.c | ||
common_inttest.h | ||
COPYING | ||
env.c | ||
env.h | ||
env_test.c | ||
error.c | ||
error.h | ||
error_fwd.h | ||
error_test.c | ||
fs.c | ||
fs.h | ||
fs_test.c | ||
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 | ||
NEWS | ||
plain_helpers.c | ||
plain_inttest.c | ||
plain_main.c | ||
README | ||
result.c | ||
result.h | ||
result_test.c | ||
run.c | ||
run.h | ||
run_fwd.h | ||
run_test.c | ||
stacktrace.c | ||
stacktrace.h | ||
stacktrace_helper.c | ||
stacktrace_test.c | ||
text.c | ||
text.h | ||
text_test.c |
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/