9d334c4abf
The old URL redirects to the new URL. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
config BR2_PACKAGE_ATF
|
|
bool "atf"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
ATF, or Automated Testing Framework, is a collection of
|
|
libraries to write test programs in C, C++ and POSIX shell.
|
|
|
|
https://github.com/freebsd/atf
|
|
|
|
comment "atf needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU
|