From c20ee33f6a8946abeca1f26671e03d5c1af42599 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 14 Dec 2012 17:57:25 +0100 Subject: [PATCH] maintcheck: also consider contrib tests for syntax checks * syntax-checks.mk (xtests): By listing them here. Signed-off-by: Stefano Lattarini --- syntax-checks.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax-checks.mk b/syntax-checks.mk index b2f600fc2..204a128c3 100644 --- a/syntax-checks.mk +++ b/syntax-checks.mk @@ -27,7 +27,7 @@ xtests := $(shell \ fi; \ for d in $$dirs; do \ for s in tap sh; do \ - ls $$d/t/*.$$s $$d/t/ax/*.$$s 2>/dev/null; \ + ls $$d/t/ax/*.$$s $$d/t/*.$$s $$d/contrib/t/*.$$s 2>/dev/null; \ done; \ done | sort) -- 2.47.2