Signed-off-by: Bart Van Assche <[email protected]>
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c4bffa2d3f32..8031d2ed0eca 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ clean:
        $(MAKE) -C src clean
 
 check:
-       shellcheck -x -f gcc check new common/* tests/*/[0-9]*[0-9]
+       shellcheck -x -f gcc check new common/* tests/*/group \
+           tests/*/[0-9]*[0-9]
        ! grep TODO tests/*/[0-9]*[0-9]
 
 .PHONY: all check
-- 
2.17.1

Reply via email to