config/test_suite.in
author "Jerzy Grzegorek" <jerzy.grzegorek@trzebnica.net>
Thu Mar 21 11:01:09 2013 +0100 (2013-03-21)
changeset 3205 30de175d3ed3
parent 2484 d1a8c2ae7946
permissions -rw-r--r--
scripts/functions: add xz-ed linux tarballs

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Message-Id: <d0ec17a687dc80754e0f.1363860872@NX5000>
Patchwork-Id: 229619
     1 # Test suite config options
     2 
     3 if EXPERIMENTAL
     4 
     5 menu "Test suite"
     6 
     7 config TEST_SUITE
     8     bool
     9 
    10 config TEST_SUITE_GCC
    11     bool
    12     prompt "GCC test suite"
    13     select TEST_SUITE
    14     help
    15       Select this option to install the GCC test suite in $CT_PREFIX_DIR/test_suite.
    16 
    17       The GCC test suite includes a collection of various toolchain tests for GCC -
    18       it utilizes the DejaGnu test framework.
    19 
    20       For some tests a network enabled target with ssh server is required.
    21 
    22       A helper Makefile is provided for running the tests - please see the included
    23       README for information on how to run the test suite.
    24 
    25 endmenu
    26 
    27 endif