aboutsummaryrefslogtreecommitdiff
path: root/config/test_suite.in
Commit message (Collapse)AuthorAgeFilesLines
* contrib/gcc-test-suite: Add configuration options including qemu setupKeith Packard2025-03-011-2/+5
| | | | | | | | | | This makes the options necessary to run the gcc test suite configurable in the crosstool-ng config file. That includes the ability to run the test suite using qemu instead of on a remote host. Signed-off-by: Keith Packard <keithp@keithp.com>
* all: unmark experimental featuresYann E. MORIN"2012-12-261-1/+0
| | | | | | | | | | It's been some time now we've had those features, so unmark them being experimental. It does not mean everything is perfect, but may gather some more testing of those features. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* kconfig: remove useless 'default n'Benoît THÉBAUDEAU"2011-05-311-3/+1
| | | | | | | kconfig bools are disabled by default, so specifying 'default n' is useless and noisy. This patch removes all occurrences of 'default n'. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
* test-suite: Added new test suite feature (experimental)Martin Lund2010-05-191-0/+30
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>