1config BR2_PACKAGE_CUKINIA 2 bool "cukinia" 3 depends on BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_GAWK 4 help 5 Cukinia is designed to help Linux-based embedded firmware 6 developers run system-level validation tests on their product. 7 It provides a simple POSIX shell overlay, and primitives to 8 make sure system integrations and features keep behaving the 9 way they should. 10 11 By default, cukinia reports colorized test results on stdout, 12 but can also report them as CSV and JUnit-XML for easy 13 integration with CI systems such as Jenkins. 14 15 https://github.com/savoirfairelinux/cukinia 16 17comment "cukinia needs busybox or gawk" 18 depends on !(BR2_PACKAGE_BUSYBOX || BR2_PACKAGE_GAWK) 19