Config.in 319 B

1234567891011
  1. config BR2_PACKAGE_BATS_CORE
  2. bool "bats"
  3. depends on BR2_PACKAGE_BASH # runtime
  4. help
  5. Bats: Bash Automated Testing System
  6. Bats is a TAP-compliant testing framework for Bash. It
  7. provides a simple way to verify that the UNIX programs you
  8. write behave as expected.
  9. https://github.com/bats-core/bats-core