No description
  • C++ 88.9%
  • Shell 4.6%
  • BitBake 2.7%
  • M4 2.4%
  • Awk 0.4%
  • Other 0.9%
Find a file
Enji Cooper 7ae436ef46
Merge pull request #275 from ngie-eign/issue-267
kyua manuals: Correct --results-file short form
2025-12-29 13:05:47 -08:00
admin make-release.sh: rely on make dist 2025-03-29 13:41:26 -07:00
bootstrap Eliminate UTILS_UNUSED_PARAM(..) macro 2019-04-01 14:58:25 -04:00
cli Merge pull request #266 from ihoro/kyua-debug-p-flag 2025-12-26 13:04:51 -08:00
doc kyua manuals: Correct --results-file short form 2025-12-29 13:02:09 -08:00
drivers Merge pull request #266 from ihoro/kyua-debug-p-flag 2025-12-26 13:04:51 -08:00
engine Merge pull request #266 from ihoro/kyua-debug-p-flag 2025-12-26 13:04:51 -08:00
examples Add FreeBSD Jail execution environment support 2024-08-04 13:26:23 +03:00
integration Make required_kmods metadata platform agnostic 2025-08-10 12:03:39 +00:00
m4 Vendor the ATF m4 files from freebsd/atf@atf-0.22 2024-12-28 09:18:31 -08:00
misc Add start/end times for tests to report-html 2016-07-12 16:03:57 -04:00
model Merge pull request #266 from ihoro/kyua-debug-p-flag 2025-12-26 13:04:51 -08:00
os/freebsd Make required_kmods metadata platform agnostic 2025-08-10 12:03:39 +00:00
store store/write_transaction_test: revert recent changes 2024-12-05 14:03:19 -08:00
utils utils/process/child_test: fix returned type 2025-12-28 16:39:23 -08:00
.cirrus.yml Cirrus-CI: update FreeBSD versions 2024-01-01 13:00:57 -05:00
.gitignore admin/make-release.sh: automate release creation 2024-12-28 12:12:15 -05:00
.travis.yml Upgrade Ubuntu image from Trusty to Xenial 2019-03-28 22:46:28 -04:00
AUTHORS Add FreeBSD Jail execution environment support 2024-08-04 13:26:23 +03:00
configure.ac Add GoogleTest framework support 2025-12-26 12:02:18 -08: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 INSTALL.md: fix a trivial typo (complier -> compiler) 2024-11-29 10:22:18 -08: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 Add FreeBSD Jail execution environment support 2024-08-04 13:26:23 +03:00
Makefile.am Rename NEWS.md to NEWS 2025-03-29 13:41:26 -07:00
NEWS Add GoogleTest framework support 2025-12-26 12:02:18 -08:00
NEWS.md Rename NEWS.md to NEWS 2025-03-29 13:41:26 -07:00
README.md Prepare for 0.14.1 release 2025-03-29 14:17:51 -07: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.14.1 and was released on March 29th, 2025.

Download: kyua-0.14.1.

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 package with dnf install kyua.

  • 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.

  • macOS (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/freebsd/kyua/