config/config.in
author Martin Lund <mgl@doredevelopment.dk>
Wed May 19 17:53:04 2010 +0200 (2010-05-19)
changeset 1965 e3d532dd8b5d
parent 1877 b579a5cb53d1
child 2447 bb73e7632b54
permissions -rw-r--r--
test-suite: Added new test suite feature (experimental)

This patch adds support for installing the gcc test suite. A helper
Makefile is provided for building and running the gcc tests.

The default configuration runs all gcc tests and requires automatic
ssh/scp login access to a networked target board. See README for
more details.

Note: Current feature is tested with the powerpc-unknown-linux-gnu
sample but it should work with others as well.

Signed-off-by: Martin Lund <mgl@doredevelopment.dk>
     1 source "config/backend.in"
     2 source "config/global.in"
     3 source "config/target.in"
     4 source "config/toolchain.in"
     5 source "config/kernel.in"
     6 source "config/binutils.in"
     7 source "config/cc.in"
     8 source "config/libc.in"
     9 source "config/debug.in"
    10 source "config/companion_libs.in"
    11 source "config/companion_tools.in"
    12 source "config/test_suite.in"