config/test_suite.in
author Daniel Zimmermann <netzimme@gmail.com>
Wed Feb 19 22:36:03 2014 +0100 (2014-02-19)
changeset 3289 defadbff9afd
parent 2484 d1a8c2ae7946
permissions -rw-r--r--
debug/ltrace: pump ltrace to version 0.7.3

pump ltrace to version 0.7.3
backport a patch from Peter Wu to silence warnings/errors in ltrace

Signed-off-by: '"Peter Wu" <lekensteyn@gmail.com>'
Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>'
[yann.morin.1998@free.fr: remove superfluous empty lines]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <8349c35b506aa79c4e69.1392845765@haus-VirtualBox>
Patchwork-Id: 322017
     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