No description
  • C++ 89.2%
  • Shell 4.8%
  • BitBake 2.6%
  • M4 2.1%
  • Awk 0.5%
  • Other 0.7%
Find a file
Yuri Pankov fbb6b99591
Fix kyua on illumos
struct dirent on solarish (illumos) systems defines d_name member
to be char[1], so we need to provide the actual storage.

Pull Request:	https://github.com/freebsd/kyua-fork/pull/4
2024-01-18 04:35:12 +08:00
admin Add Cirrus CI config for FreeBSD build 2020-04-05 04:56:02 +08:00
bootstrap Eliminate UTILS_UNUSED_PARAM(..) macro 2019-04-01 14:58:25 -04:00
cli Ensure that characters are escaped in stdout/sterr 2021-04-13 16:48:59 +02:00
doc Update authorship 2023-08-20 23:54:42 -07:00
drivers Eliminate UTILS_UNUSED_PARAM(..) macro 2019-04-01 14:58:25 -04:00
engine Use namespace shorthand for utils::config: config 2019-04-02 14:30:27 -04:00
examples Document the new run_coredump_tests setting 2016-07-08 09:06:40 -04:00
integration Fix regex that breaks integration/cmd_report_test:verbose 2022-10-06 16:20:23 -05:00
m4 Require the C++11 standard when compiling kyua 2019-03-14 06:20:31 -04:00
misc Add start/end times for tests to report-html 2016-07-12 16:03:57 -04:00
model Eliminate UTILS_UNUSED_PARAM(..) macro 2019-04-01 14:58:25 -04:00
store Fix the apidocs target with newer versions of doxygen 2019-03-30 22:46:11 -04:00
utils Fix kyua on illumos 2024-01-18 04:35:12 +08:00
.cirrus.yml Cirrus-CI: update FreeBSD versions 2024-01-01 13:00:57 -05:00
.gitignore Ignore all backup files (that end with ~) 2019-03-08 15:02:16 +01:00
.travis.yml Upgrade Ubuntu image from Trusty to Xenial 2019-03-28 22:46:28 -04:00
AUTHORS Update authorship 2023-08-20 23:54:42 -07:00
configure.ac Require the C++11 standard when compiling kyua 2019-03-14 06:20:31 -04:00
CONTRIBUTING.md Fix the apidocs target with newer versions of doxygen 2019-03-30 22:46:11 -04:00
CONTRIBUTORS Modify my name to match my new legal name 2019-02-13 16:40:09 -05:00
Doxyfile.in Eliminate UTILS_UNUSED_PARAM(..) macro 2019-04-01 14:58:25 -04:00
INSTALL.md Document the new run_coredump_tests setting 2016-07-08 09:06:40 -04:00
Kyuafile Remove the external testers 2015-05-12 10:39:45 -04:00
LICENSE List "The Kyua Authors" in copyright notices 2015-05-21 14:32:34 -04:00
main.cpp List "The Kyua Authors" in copyright notices 2015-05-21 14:32:34 -04:00
Makefile.am Reformat NEWS as a Markdown document 2015-11-20 15:28:35 -05:00
NEWS.md Require the C++11 standard when compiling kyua 2019-03-14 06:20:31 -04:00
README.md Release kyua-0.13 2016-08-26 06:11:25 -04:00

Welcome to the Kyua project!

Kyua is a testing framework for infrastructure software, originally designed to equip BSD-based operating systems with a test suite. This means that Kyua is lightweight and simple, and that Kyua integrates well with various build systems and continuous integration frameworks.

Kyua features an expressive test suite definition language, a safe runtime engine for test suites and a powerful report generation engine.

Kyua is for both developers and users, from the developer applying a simple fix to a library to the system administrator deploying a new release on a production machine.

Kyua is able to execute test programs written with a plethora of testing libraries and languages. The library of choice is ATF, for which Kyua was originally designed, but simple, framework-less test programs and TAP-compliant test programs can also be executed through Kyua.

Kyua is licensed under a liberal BSD 3-clause license. This is not an official Google product.

Read more about Kyua in the About wiki page.

Download

The latest version of Kyua is 0.13 and was released on August 26th, 2016.

Download: kyua-0.13.

See the release notes for information about the changes in this and all previous releases.

Installation

You are encouraged to install binary packages for your operating system wherever available:

  • Fedora 20 and above: install the kyua-cli package with yum install kyua-cli.

  • FreeBSD 10.0 and above: install the kyua package with pkg install kyua.

  • NetBSD with pkgsrc: install the pkgsrc/devel/kyua package.

  • OpenBSD with packages: install the kyua package with pkg_add kyua.

  • OS X (with Homebrew): install the kyua package with brew install kyua.

Should you want to build and install Kyua from the source tree provided here, follow the instructions in the INSTALL.md file.

You should also install the ATF libraries to assist in the development of test programs. To that end, see the ATF project page.

Contributing

Want to contribute? Great! But please first read the guidelines provided in CONTRIBUTING.md.

If you are curious about who made this project possible, you can check out the list of copyright holders and the list of individuals.

Support

Please use the kyua-discuss mailing list for any support inquiries.

Homepage: https://github.com/jmmv/kyua/