aboutsummaryrefslogtreecommitdiff
path: root/test.sh
AgeCommit message (Expand)Author
2020-04-16test.sh: Adjust for bionic version bashChristophe Lyon
2019-03-20Remove --enable/disable bootstrap and abe's bootstrap configure option.Prathamesh Kulkarni
2017-10-18Replace --set arch|cpu|tune with --set gcc_override_configure.Christophe Lyon
2017-01-26Enable newlib tests, bug #757.Christophe Lyon
2017-01-13Disable --check as an alternative to --check all.Christophe Lyon
2016-11-10Replace `...` with $(...)Charles Baylis
2016-11-10abe.sh: accept long options only (with --).Christophe Lyon
2016-10-05Support GCC 4.9 via --extraconfigdir.Charles Baylis
2016-05-19Ignore setting a libc version incompatible with the target, unless --set libc...Christophe Lyon
2016-04-20Merge branch using an array into master. Address comments from patchset 4.Rob Savoye
2015-09-24Fix tests that require eglibc, as now glibc is the default.Rob Savoye
2015-06-05test.sh: Fix problems with top-level ABE API test.Ryan S. Arnold
2015-05-20ABE test.sh and testsuite/test.sh should return non-zero if there are test fa...Ryan S. Arnold
2015-04-16Don't recommend or require -none- for a linux target.Jim Wilson
2015-04-15Update to account for --march removal, and addition of --set arch/cpu/tune.Jim Wilson
2015-03-19abe.sh: Error out on unknown --<foo> directives, invalid <foo>= components, a...Ryan S. Arnold
2015-03-17abe.sh: Add support for --check <directive> and --excludecheck <directive>Ryan S. Arnold
2015-02-26Improve debug logsChristophe Lyon
2014-11-17rename cbuild to abeRob Savoye
2014-08-14Restore host.conf on EXITBernard Ogden
2014-08-14Only run make install if we were asked toBernard Ogden
2014-08-08Create test_config_defaultBernard Ogden
2014-08-05fix typo in function nameBernie Ogden
2014-08-05restore host.confBernie Ogden
2014-07-14Add support for --marchRyan S. Arnold
2014-07-14Add support for --enable and --disable make_docs in configure and cbuild2.shRyan S. Arnold
2014-07-14cbuild2.sh: Make --dump a do_ option so it's position doesn't matter.Ryan S. Arnold
2014-07-02Make eglibc default. The gcc.conf file shouldn't set the clibrary.Ryan S. Arnold
2014-02-05test.sh: Don't have tests rely on 'Completed' message if they don't use --bui...Ryan S. Arnold
2014-02-03cbuild2.sh: Add --stage {1|2} for building gcc standalone.Ryan S. Arnold
2014-02-03test.sh: Run configure in tmpdir when test.sh is run from srcdir.Ryan S. Arnold
2014-02-03test.sh: Add --disable update test cases.Ryan S. Arnold
2014-02-03cbuild2.sh: Add --enable bootstrap and cleanup --disable.Ryan S. Arnold
2014-02-03cbuild2.sh: Make sure <package>=<setting> is processed after --target.Ryan S. Arnold
2013-12-16cbuild2.sh: --set <foo> is now shifted behind --target when both commands are...Ryan S. Arnold
2013-12-16cbuild2.sh: Make --build and --checkout position independent in the command l...Ryan S. Arnold
2013-12-12cbuild2.sh: All error exit paths should use build_failure().Ryan S. Arnold
2013-12-11cbuild2.sh: Added check_directive() to unify bounds checking.Ryan S. Arnold
2013-12-11test.sh: Fixed to work with a temporary host.conf file.Ryan S. Arnold
2013-12-11cbuild2.sh: Bounds check --release switch.Ryan S. Arnold
2013-12-10cbuild2.sh: Bounds check --set input.Ryan S. Arnold
2013-12-10Correct get_toolname to work with unified repo: binutils-gdb.gitRyan S. Arnold
2013-12-06cbuild2.sh: remove --dostep. It's no longer supported.Ryan S. Arnold
2013-12-06Add cbuild2 --checkout <package>|all support with testsRyan S. Arnold
2013-11-19Add --timeout to cbuild2 command line to increase timeout value for wget.Ryan S. Arnold
2013-11-12Add glibc support to cbuildv2 along with toplevel test cases.Ryan S. Arnold
2013-11-12Add some error checking to --target and --build. Add top level cbuild.sh test.Ryan S. Arnold
2013-05-16initial version of minimal scripts.Rob Savoye