buildrootschalter/package/ltp-testsuite/Config.in

17 lines
553 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_LTP_TESTSUITE
2004-12-26 08:36:59 +01:00
bool "ltp-testsuite"
depends on !BR2_PTHREADS_NONE
2004-10-09 08:13:40 +02:00
help
2004-12-26 08:36:59 +01:00
The Linux Test Project provides a huge testsuite for Linux.
2004-10-09 08:13:40 +02:00
The LTP testsuite uses several functions that are considered
obsolete, such as sigset() and others. Therefore, the LTP
testsuite does not build with Buildroot's default uClibc
configuration, and options such as
UCLIBC_HAS_OBSOLETE_BSD_SIGNAL are needed.
2004-12-26 08:36:59 +01:00
http://ltp.sourceforge.net/
comment "ltp-testsuite requires a toolchain with thread support"
depends on BR2_PTHREADS_NONE