aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/test_suite.sh
Commit message (Collapse)AuthorAgeFilesLines
* Some locations were missed while renaming kconfig symbolsAlexey Neyman2017-07-081-2/+1
| | | | | | | | | ... because there the symbols were constructer part by part. Also, remove cc.sh and source $(CT_CC).sh directly - we only build a single compiler at a time. Signed-off-by: Alexey Neyman <stilor@att.net>
* test-suite: Added new test suite feature (experimental)Martin Lund2010-05-191-0/+41
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>