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