xref: /OK3568_Linux_fs/buildroot/package/bats-core/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_BATS_CORE
2	bool "bats"
3	depends on BR2_PACKAGE_BASH # runtime
4	help
5	  Bats: Bash Automated Testing System
6
7	  Bats is a TAP-compliant testing framework for Bash. It
8	  provides a simple way to verify that the UNIX programs you
9	  write behave as expected.
10
11	  https://github.com/bats-core/bats-core
12