Config.in 569 B

12345678910111213141516
  1. config BR2_PACKAGE_LTP_TESTSUITE
  2. bool "ltp-testsuite"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. The Linux Test Project provides a huge testsuite for Linux.
  6. The LTP testsuite uses several functions that are considered
  7. obsolete, such as sigset() and others. Therefore, the LTP
  8. testsuite does not build with Buildroot's default uClibc
  9. configuration, and options such as
  10. UCLIBC_HAS_OBSOLETE_BSD_SIGNAL are needed.
  11. http://ltp.sourceforge.net/
  12. comment "ltp-testsuite requires a toolchain with thread support"
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS