config/test_suite.in
changeset 1965 e3d532dd8b5d
child 2484 d1a8c2ae7946
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/test_suite.in	Wed May 19 17:53:04 2010 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# Test suite config options
     1.5 +
     1.6 +if EXPERIMENTAL
     1.7 +
     1.8 +menu "Test suite"
     1.9 +
    1.10 +config TEST_SUITE
    1.11 +    bool
    1.12 +    default n
    1.13 +
    1.14 +config TEST_SUITE_GCC
    1.15 +    bool
    1.16 +    prompt "GCC test suite"
    1.17 +    depends on EXPERIMENTAL
    1.18 +    default n
    1.19 +    select TEST_SUITE
    1.20 +    help
    1.21 +      Select this option to install the GCC test suite in $CT_PREFIX_DIR/test_suite.
    1.22 +
    1.23 +      The GCC test suite includes a collection of various toolchain tests for GCC -
    1.24 +      it utilizes the DejaGnu test framework.
    1.25 +
    1.26 +      For some tests a network enabled target with ssh server is required.
    1.27 +
    1.28 +      A helper Makefile is provided for running the tests - please see the included 
    1.29 +      README for information on how to run the test suite.
    1.30 +
    1.31 +endmenu
    1.32 +
    1.33 +endif