summaryrefslogtreecommitdiff
path: root/contrib/gcc-test-suite
AgeCommit message (Collapse)AuthorFilesLines
2010-11-03testsuite: fix gcc test-suiteYann E. MORIN"1-1/+1
DG_TARGET does not exist as a variable, it is expanded only once at installation time. Reported-by: Bryan Hundven <bryanhundven@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-11-01contrib: fix gcc test suite on system without echo -eYann E. MORIN"1-8/+8
Fix the use of quotes in contrib/gcc-test-suite/Makefile to solve the problem where board.exp is incorrectly generated on some build systems where 'echo -e' is not handled correctly. Signed-off-by: Andy Gibbs <andyg1001@hotmail.co.uk> [Yann E. MORIN: fix space damage, pretty-up the stuff] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-05-22test-suite: apply cleanup passYann E. MORIN"3-52/+61
Remove all non-modifiable items (target tuple, gcc version, toolchain path...) Makefile syntax ( use $(...) instead of ${...} ) Update doc Space-damage cleanups
2010-05-19test-suite: Added new test suite feature (experimental)Martin Lund3-0/+163
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>