1config 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 9 https://github.com/jmmv/atf 10 11comment "atf needs a toolchain w/ C++" 12 depends on !BR2_INSTALL_LIBSTDCPP 13 depends on BR2_USE_MMU 14