]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
make check: Also check tests/*/group files
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 22 Jun 2018 22:19:42 +0000 (15:19 -0700)
committerOmar Sandoval <osandov@fb.com>
Mon, 25 Jun 2018 22:40:05 +0000 (15:40 -0700)
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Makefile

index 47531e5edb6dc6df7f8c7344f762dc584715fd0c..24e0ce166e8dae3dfe4e9c5b092cdeb876a5c423 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ clean:
 SHELLCHECK_EXCLUDE := SC2034,SC2119
 
 check:
-       shellcheck -x -e $(SHELLCHECK_EXCLUDE) -f gcc check new common/* tests/*/[0-9]*[0-9]
+       shellcheck -x -e $(SHELLCHECK_EXCLUDE) -f gcc check new common/* \
+               tests/*/group tests/*/[0-9]*[0-9]
        ! grep TODO tests/*/[0-9]*[0-9]
 
 .PHONY: all check