Find a file
Muhammad Moinur Rahman 5f174897f6 vendor/kyua: Update to snapshot 84c8ec8
Approved by: markj, brooks
Differential Revision: https://reviews.freebsd.org/D43268
2024-01-12 21:27:36 +01:00
admin Vendor import of freebsd/kyua@a0d44bb356 2023-08-20 23:06:13 -07:00
bootstrap Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
cli Vendor import of freebsd/kyua@a0d44bb356 2023-08-20 23:06:13 -07:00
doc vendor/kyua: Update to snapshot 84c8ec8 2024-01-12 21:27:36 +01:00
drivers Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
engine Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
examples Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
integration Vendor import of freebsd/kyua@a0d44bb356 2023-08-20 23:06:13 -07:00
m4 Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
misc Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
model Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
store Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
utils vendor/kyua: Update to snapshot 84c8ec8 2024-01-12 21:27:36 +01:00
.cirrus.yml vendor/kyua: Update to snapshot 84c8ec8 2024-01-12 21:27:36 +01:00
.gitignore Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
.travis.yml Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
AUTHORS vendor/kyua: Update to snapshot 84c8ec8 2024-01-12 21:27:36 +01:00
configure.ac Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
CONTRIBUTING.md Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
CONTRIBUTORS Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
Doxyfile.in Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
INSTALL.md Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
Kyuafile Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
LICENSE Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
main.cpp Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
Makefile.am Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
NEWS.md Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00:00
README.md Import the kyua testing framework for infrastructure software 2020-03-17 16:56:50 +00: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/