xref: /OK3568_Linux_fs/buildroot/package/uclibc-ng-test/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9	  The test suite will be installed into
10	  /usr/lib/uclibc-ng-test directory. To run the test suite
11	  enter the /usr/lib/uclibc-ng-test/test directory and type
12	  "sh uclibcng-testrunner.sh".
13
14	  See the /usr/lib/uclibc-ng-test/test/README for additional
15	  information.
16
17	  This is not needed at all for normal builds, so you can
18	  safely say no if you do not plan to dig into your C library.
19
20	  The tests can also be used for GNU libc or musl.
21
22	  http://www.uclibc-ng.org
23