mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
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>
(cherry picked from commit 9d334c4abf)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
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
|