a6978c38d5
The next release of uClibc-ng (1.0.20) will remove the test suite. Add a separate package before the next release. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> [Thomas: rewrap Config.in help text.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
23 lines
755 B
Plaintext
23 lines
755 B
Plaintext
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
|