* Makefile (shellcheck): Include testsuite/*.sh scripts.

This commit is contained in:
Ben Elliston 2018-05-14 21:06:06 +10:00
parent 5b1c9fc952
commit 45e7cb552c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-05-14 Ben Elliston <bje@gnu.org>
* Makefile (shellcheck): Include testsuite/*.sh scripts.
2018-05-14 John Ericson <john.ericson@obsidian.systems>
* config.sub: Don't prepend $os with '-' everywhere. Include it in

View File

@ -17,4 +17,4 @@ check-sub:
cd testsuite && sh config-sub.sh
shellcheck:
shellcheck -e SC2006 -f gcc config.guess config.sub
shellcheck -e SC2006 -f gcc config.guess config.sub testsuite/*.sh