summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-03-30 12:23:16 +0200
committerJim Meyering <meyering@redhat.com>2010-03-30 12:28:19 +0200
commitc73e2aa9ccfacd9dc1a90a2ec819d669212bdc32 (patch)
tree04dc05b9ca2c448eb3bd3f2eb55763da7d4d7eed /cfg.mk
parent7228b740796c18b5300e9f4987f9979621f57333 (diff)
downloadparted-c73e2aa9ccfacd9dc1a90a2ec819d669212bdc32.tar.gz
tests: disable new texinfo-acronym syntax-check from gnulib
* cfg.mk (local-checks-to-skip): Add new sc_texinfo_acronym, to skip it.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index dc68a03..e303fa5 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -36,7 +36,8 @@ local-checks-to-skip = \
sc_prohibit_strcmp \
sc_prohibit_atoi_atof \
sc_require_test_exit_idiom \
- sc_space_tab
+ sc_space_tab \
+ sc_texinfo_acronym
# Now that we have better (check.mk) tests, make this the default.
export VERBOSE = yes