2020-05-05 15:22:43 +02:00
|
|
|
config BR2_PACKAGE_CUKINIA
|
|
|
|
bool "cukinia"
|
2020-10-08 19:13:09 +02:00
|
|
|
depends on BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_GAWK
|
2020-05-05 15:22:43 +02:00
|
|
|
help
|
|
|
|
Cukinia is designed to help Linux-based embedded firmware
|
|
|
|
developers run system-level validation tests on their product.
|
|
|
|
It provides a simple POSIX shell overlay, and primitives to
|
|
|
|
make sure system integrations and features keep behaving the
|
|
|
|
way they should.
|
|
|
|
|
|
|
|
By default, cukinia reports colorized test results on stdout,
|
|
|
|
but can also report them as CSV and JUnit-XML for easy
|
|
|
|
integration with CI systems such as Jenkins.
|
|
|
|
|
|
|
|
https://github.com/savoirfairelinux/cukinia
|
2020-10-08 19:13:09 +02:00
|
|
|
|
|
|
|
comment "cukinia needs busybox or gawk"
|
|
|
|
depends on !(BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_GAWK)
|