Port details on branch 2025Q1 |
- kyua Testing framework for infrastructure software
- 0.14,3 devel =6 0.13_9,3Version of this port present on the latest quarterly branch.
- DEPRECATED: Consider using base version as tests(7) fail on 14.2 and later
EXPIRATION DATE: 2026-04-30
- Maintainer: bofh@FreeBSD.org
- Port Added: 2013-06-16 14:22:25
- Last Update: 2025-01-03 09:12:03
- Commit Hash: b968ecc
- People watching this port, also watch:: gnupg, net-snmp, t1lib, asciidoc, monit
- License: BSD3CLAUSE
- WWW:
- https://github.com/jmmv/kyua/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- kyua-atf-compat
- kyua-cli
- kyua-testers
- To install the port:
- cd /usr/ports/devel/kyua/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/kyua
- pkg install kyua
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kyua
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735891685
SHA256 (freebsd-kyua-0.14-c85354e_GH0.tar.gz) = d354e0df90cb9d7df2a0bd9f85fd819e8ca3fa54b7d13f33c35d15ee61eee3f1
SIZE (freebsd-kyua-0.14-c85354e_GH0.tar.gz) = 509081
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- atf>=0.21 : devel/atf
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Runtime dependencies:
-
- atf>=0.21 : devel/atf
- Library dependencies:
-
- liblutok.so : devel/lutok
- liblua-5.4.so : lang/lua54
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kyua-0.14,3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
TEST=on: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- devel_kyua
- USES:
- autoreconf lua pkgconfig sqlite
- pkg-message:
- If upgrading from < 0.13_5,3:
- A tests group has been added and the tests user should be a member
of it by default rather than nobody. You should update your password
database to match (change the group from 65534 to 977 after updating).
To do it, please run the following command:
pw usermod -n tests -g tests
- Master Sites:
|