summaryrefslogtreecommitdiffstats
path: root/cfg.mk
blob: c1334fe55800bc3143cd93599169607df40e17b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Tests not to run as part of "make distcheck".
local-checks-to-skip =			\
  sc_prohibit_strcmp			\
  sc_two_space_separator_in_usage	\
  sc_prohibit_magic_number_exit		\
  sc_file_system			\
  sc_GPL_version			\
  sc_bindtextdomain			\
  sc_makefile_path_separator_check	\
  sc_program_name

gnulib_dir = .gnulib

exclude_file_name_regexp--sc_trailing_blank = \
  ^sh/hivexsh\.pod$$

exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
  ^images/minimal$$

exclude_file_name_regexp--sc_useless_cpp_parens = \
  ^lib/gettext\.h$$