crosstool-ng/config/test_suite.in
Yann E. MORIN" db5b6a4915 all: unmark experimental features
It's been some time now we've had those features, so unmark them
being experimental.

It does not mean everything is perfect, but may gather some more
testing of those features.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2012-12-26 20:05:19 +01:00

28 lines
635 B
Plaintext

# Test suite config options
if EXPERIMENTAL
menu "Test suite"
config TEST_SUITE
bool
config TEST_SUITE_GCC
bool
prompt "GCC test suite"
select TEST_SUITE
help
Select this option to install the GCC test suite in $CT_PREFIX_DIR/test_suite.
The GCC test suite includes a collection of various toolchain tests for GCC -
it utilizes the DejaGnu test framework.
For some tests a network enabled target with ssh server is required.
A helper Makefile is provided for running the tests - please see the included
README for information on how to run the test suite.
endmenu
endif