Config.in 361 B

12345678910111213
  1. config BR2_PACKAGE_ATF
  2. bool "atf"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_USE_MMU # fork()
  5. help
  6. ATF, or Automated Testing Framework, is a collection of
  7. libraries to write test programs in C, C++ and POSIX shell.
  8. https://github.com/jmmv/atf
  9. comment "atf needs a toolchain w/ C++"
  10. depends on !BR2_INSTALL_LIBSTDCPP
  11. depends on BR2_USE_MMU