]> code.ossystems Code Review - openembedded-core.git/commit
[PATCH 2/4] gcc-cross: Add cross testing driver for running regression testsuites
authorKhem Raj <raj.khem@gmail.com>
Fri, 16 Dec 2011 22:33:36 +0000 (14:33 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Dec 2011 09:26:17 +0000 (09:26 +0000)
commit130b534fdb0b292158981a12d7d5f01c1a14cb2a
tree3662c158e7b950fbc3b737ab1bf2c75af9fe9613
parent9a74c25c37a3cca6e0bab4fe01aa3dd3e8d2d4dc
[PATCH 2/4] gcc-cross: Add cross testing driver for running regression testsuites

This script will be generated into the build directory of gcc-cross
It should be testing gcc and g++. libstdc++ tests are not run since
we build them as part of gcc-runtime but we can test them here by
building them with 'make all' and then running the tests

The script expects passwordless ssh access to target and is used
in form

./arm-oe-linux-gnueabi-testgcc kraj@192.168.7.2

inside the builddir of gcc-cross

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-cross.inc