Dmitry V. Levin
948ae97ca5
Update copyright years
...
* config.guess: Update copyright years.
* config.sub: Likewise.
* testsuite/config-guess.sh: Likewise.
* testsuite/config-sub.sh: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.
2024-01-01 20:00:00 +00:00
Dmitry V. Levin
4ce12a5c91
Update copyright years
...
* config.guess: Update copyright years.
* config.sub: Likewise.
* testsuite/config-guess.sh: Likewise.
* testsuite/config-sub.sh: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.
2023-01-01 08:00:00 +00:00
Dmitry V. Levin
dacec0cff2
Update copyright years
...
* config.guess: Update copyright years.
* config.sub: Likewise.
* testsuite/config-guess.sh: Likewise.
* testsuite/config-sub.sh: Likewise.
* doc/config.guess.1: Regenerate.
* doc/config.sub.1: Likewise.
2022-01-01 08:00:00 +00:00
Dmitry V. Levin
f1c1f29968
testsuite: cleanup whitespace issues
...
Fix indentation that uses spaces before tabs, reported by
git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904
2020-11-19 08:00:00 +00:00
Issam E. Maghni
0b5188819b
* config.guess: Replace "if [ EXPR ]" with "if test EXPR".
...
* config.sub: Likewise.
* testsuite/config-guess.sh: Likewise.
* testsuite/config-sub.sh: Likewise.
Signed-off-by: Ben Elliston <bje@gnu.org>
2020-08-17 13:36:41 +10:00
Ben Elliston
d3bfe62ac8
This change introduces a new test to config-sub.sh which runs every
...
config.guess expected triplet through config.sub so that we can check
that it is properly recognised. Sometimes, new triplets have been
added to config.guess without updating config.sub accordingly (eg,
Harris NightHawk machines running PowerUnix from the mid-1990s!)
* config.sub (case $os): Match nsk* and powerunix. Don't later
match nsk* and set os=nsk which removes the OS version number.
* testsuite/config-guess.data: Tweak Unleashed test case.
* testsuite/config-sub.sh (run_config_sub_with_guess_triplets):
New test.
2019-06-30 16:39:33 +10:00
Ben Elliston
8999a781ce
* testsuite/config-sub.sh (run_one_config_sub): New.
...
(run_one_config_sub_idempotent): Likewise.
(run_config_sub): Parallelise test cases.
(run_config_sub_idempotent): Likewise.
2019-03-23 16:59:09 +11:00
John Ericson
08ede0dcc1
* testsuiteb/config-sub.sh (run_config_sub_idempotent): New.
...
* config.sub: Fixes to pass the testsuite.
Signed-off-by: Ben Elliston <bje@gnu.org>
2018-08-08 11:45:12 +10:00
John Ericson
dbe15d73a8
* testsuite/config-guess.sh: Make 'rc' a local variable.
...
* testsuite/config-sub.sh: Likewise.
Signed-off-by: Ben Elliston <bje@gnu.org>
2018-08-03 18:03:14 +10:00
John Ericson
f52be464ee
* testsuite/config-guess.sh: Re-indent with tabs.
...
* testsuite/config-sub.sh: Likewise.
Signed-off-by: Ben Elliston <bje@gnu.org>
2018-08-02 21:19:03 +10:00
Ben Elliston
44afabad0c
Revert "Fix top of file comments."
...
This reverts commit ed15654af036a976f82c4503eb81c1a44e55bd3c.
2018-05-23 13:22:23 +10:00
Ben Elliston
ed15654af0
Fix top of file comments.
2018-05-19 19:02:02 +10:00
Ben Elliston
32d5bd9cec
* testsuite/config-guess.sh: Set -eu for robustness. Run
...
config.guess under `sh -e' to catch more problems.
* testsuite/config-sub.sh: Run config.sub under `sh -eu'.
2018-05-19 18:34:15 +10:00
Ben Elliston
4e26019d10
* testsuite/config-guess.sh (run_config_guess): Simplify.
...
* testsuite/config-sub.sh (run_config_sub): Likewise.
2017-10-26 23:10:46 +11:00
Ben Elliston
d07fa31c34
* testsuite/config-guess.sh: Fix issues identified by Shellcheck.
...
* testsuite/config-sub.sh: Likewise.
2017-10-26 22:31:18 +11:00
Ben Elliston
daabcd0839
* testsuite/config-sub.sh: Improve top-of-file comment.
2016-11-04 20:57:30 +11:00
Ben Elliston
1fc97122e2
* testsuite/config-guess.sh: Include number of tests in output.
...
* testsuite/config-sub.sh: Likewise.
2016-06-29 14:09:31 +10:00
Ben Elliston
cccd1d0ab7
* testsuite/config-sub.sh (run_config-sub): Quote some variables
...
to avoid spurious shell errors when a test case fails.
2014-04-03 11:08:57 +11:00
Ben Elliston
d1f5aa35fa
* testsuite/config-guess.sh: Simplify some shell logic.
...
* testsuite/config-sub.sh: Likewise.
2009-12-16 14:23:10 +11:00
Ben Elliston
284034f777
* testsuite/config-guess.sh (run_config_guess): Do not prefix with
...
"function" as this is not permitted by POSIX.
* testsuite/config-sub.sh (run_config_sub): Likewise.
2007-07-25 04:18:42 +00:00
Ben Elliston
f5687ec147
* testsuite/config-sub.sh (run_config_sub): New function. Compute
...
$rc within the function and return it.
* testsuite/config-guess.sh (run_config_guess): Likewise.
2005-02-10 03:46:56 +00:00
Ben Elliston
b585beda76
* Makefile (check): New target.
...
* testsuite/config-sub.sh: New test.
* testsuite/config-sub.data: New file.
2004-06-25 12:13:44 +00:00