diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-11-25 19:48:44 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-11-25 19:48:44 +0100 |
commit | 27f7b7557a31c4e4018aa51c20b7a7bc94aaa710 (patch) | |
tree | 7f6725d092dfcc27458202080c8257f10b3c6657 /cfg.mk | |
parent | a7a5b23ebad7e6895a2a32cad7392462921228a2 (diff) | |
download | gnutls-27f7b7557a31c4e4018aa51c20b7a7bc94aaa710.tar.gz |
Ignore tests/suite for syntax-checks, not our code.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |