From: Simon Josefsson Date: Thu, 25 Nov 2010 18:48:44 +0000 (+0100) Subject: Ignore tests/suite for syntax-checks, not our code. X-Git-Tag: gnutls_2_11_5~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27f7b7557a31c4e4018aa51c20b7a7bc94aaa710;p=thirdparty%2Fgnutls.git Ignore tests/suite for syntax-checks, not our code. --- diff --git a/cfg.mk b/cfg.mk index 1dd36154cb..ca040f8d0c 100644 --- a/cfg.mk +++ b/cfg.mk @@ -37,7 +37,8 @@ local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_atoi_atof \ sc_require_config_h sc_require_config_h_first \ sc_trailing_blank sc_unmarked_diagnostics sc_immutable_NEWS \ sc_prohibit_magic_number_exit sc_texinfo_acronym -VC_LIST_ALWAYS_EXCLUDE_REGEX = ^((lib/|libextra/)?(gl|build-aux))/.* +VC_LIST_ALWAYS_EXCLUDE_REGEX = \ + ^(((lib/|libextra/)?(gl|build-aux))|tests/suite)/.* autoreconf: for f in $(PODIR)/*.po.in; do \