blob: 00beb2115e7ec51612849b783ce371935a1bc797 [file] [log] [blame]
config BR2_PACKAGE_BATS_CORE
bool "bats"
depends on BR2_PACKAGE_BASH # runtime
help
Bats: Bash Automated Testing System
Bats is a TAP-compliant testing framework for Bash. It
provides a simple way to verify that the UNIX programs you
write behave as expected.
https://github.com/bats-core/bats-core
if BR2_PACKAGE_BATS_CORE
source "package/bats-assert/Config.in"
source "package/bats-file/Config.in"
source "package/bats-support/Config.in"
endif