hc
2024-11-01 a01b5c9f91adaee088a817861603a5dbe14775c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config BR2_PACKAGE_CUKINIA
   bool "cukinia"
   depends on BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_GAWK
   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
 
comment "cukinia needs busybox or gawk"
   depends on !(BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_GAWK)