guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9e1381dbd2a3971c385d266605439dc37897ffa7
Author: Anderson Torres <[email protected]>
AuthorDate: Thu Jan 1 12:11:50 2026 -0300
gnu: kyua: Reword description.
* gnu/packages/check.scm (kyua)[description]: Reword and extend.
Change-Id: Id8890fcd23d1a4d4a8326ec636ed5882c2b79856
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #5289
---
gnu/packages/check.scm | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b434b717ff..d1c72a7144 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1087,11 +1087,18 @@ has been designed to be fast, light and unintrusive.")
sqlite))
(home-page "https://github.com/freebsd/kyua")
(synopsis "Testing framework for infrastructure software")
- (description "Kyua is a testing framework for infrastructure software.
-Kyua is lightweight and simple, and 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.")
+ (description
+ "Kyua is a lightweight and simple testing framework for infrastructure
+software., integrating 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 able to execute test programs written with a plethora of testing
+libraries and languages. The library of choice is @code{atf}, for which Kyua
+was originally designed, but simple, framework-less and @acronym{TAP, Test
+Anything Protocol} compliant programs can also be executed through Kyua.")
(license license:bsd-3)))
(define-public googletest