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