2010-12-13 17:27:43 +01:00
|
|
|
config BR2_PACKAGE_LTP_TESTSUITE
|
2004-12-26 08:36:59 +01:00
|
|
|
bool "ltp-testsuite"
|
2010-12-13 17:27:44 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
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
|
|
|
|
2010-12-13 17:27:43 +01: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/
|
2010-12-13 17:27:43 +01:00
|
|
|
|
|
|
|
comment "ltp-testsuite requires a toolchain with thread support"
|
2010-12-13 17:27:44 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|