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