From 66b2d90a233c7feb3c67aee7d260adcac7b4a060 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 17 Sep 2012 10:15:43 +0100 Subject: syntax: Exclude examples and test program from requirement (thanks Jim Meyering). (cherry picked from commit 3988dec9b7bbf3cb8628aff879d1f518a9d52404) --- cfg.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg.mk b/cfg.mk index 000ea631..e619f0ae 100644 --- a/cfg.mk +++ b/cfg.mk @@ -33,6 +33,7 @@ exclude_file_name_regexp--sc_prohibit_magic_number_exit = ^(po|po-docs)/|\.pod$ exclude_file_name_regexp--sc_prohibit_strcmp = ^examples/ exclude_file_name_regexp--sc_prohibit_strcmp_and_strncmp = ^examples/ exclude_file_name_regexp--sc_prohibit_strncpy = ^src/launch-.*\.c$ +exclude_file_name_regexp--sc_require_config_h = ^examples/|^tests/c-api/test-just-header\.c$ # Tests not to run as part of "make distcheck". local-checks-to-skip = \ -- cgit