Config.in 755 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_UCLIBC_NG_TEST
  2. bool "uclibc-ng-test"
  3. help
  4. Enabling this option will compile and install the uClibc-ng
  5. test suite. This is useful if you want to check if the
  6. uClibc-ng library is working for your architecture and/or
  7. help developing uClibc-ng.
  8. The test suite will be installed into
  9. /usr/lib/uclibc-ng-test directory. To run the test suite
  10. enter the /usr/lib/uclibc-ng-test/test directory and type
  11. "sh uclibcng-testrunner.sh".
  12. See the /usr/lib/uclibc-ng-test/test/README for additional
  13. information.
  14. This is not needed at all for normal builds, so you can
  15. safely say no if you do not plan to dig into your C library.
  16. The tests can also be used for GNU libc or musl.
  17. http://www.uclibc-ng.org