config/test_suite.in
changeset 3103 a8bf927f6e37
parent 1965 e3d532dd8b5d
child 3150 1d6fd9bde73c
     1.1 --- a/config/test_suite.in	Wed May 19 17:53:04 2010 +0200
     1.2 +++ b/config/test_suite.in	Tue Nov 06 17:02:06 2012 +0100
     1.3 @@ -6,13 +6,11 @@
     1.4  
     1.5  config TEST_SUITE
     1.6      bool
     1.7 -    default n
     1.8  
     1.9  config TEST_SUITE_GCC
    1.10      bool
    1.11      prompt "GCC test suite"
    1.12      depends on EXPERIMENTAL
    1.13 -    default n
    1.14      select TEST_SUITE
    1.15      help
    1.16        Select this option to install the GCC test suite in $CT_PREFIX_DIR/test_suite.
    1.17 @@ -22,7 +20,7 @@
    1.18  
    1.19        For some tests a network enabled target with ssh server is required.
    1.20  
    1.21 -      A helper Makefile is provided for running the tests - please see the included 
    1.22 +      A helper Makefile is provided for running the tests - please see the included
    1.23        README for information on how to run the test suite.
    1.24  
    1.25  endmenu