summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-30 11:09:50 +0100
committerJim Meyering <meyering@redhat.com>2009-10-30 12:50:31 +0100
commit71c2f881558e46f79bc4c515b34953a59ba8c50d (patch)
treedde3a2245d1601274f9edd4b98bd258c9f9cb2dd /Makefile.am
parent3c88587b2eadee11413f4207abbbf13af07c438d (diff)
downloadcoreutils-71c2f881558e46f79bc4c515b34953a59ba8c50d.tar.xz
tests: prohibit fail=0 initialization
* cfg.mk (sc_prohibit_fail_0): New rule. * .x-sc_prohibit_fail_0: New file. * Makefile.am (syntax_check_exceptions): Distribute the new file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 62efb7df0..634ae0fc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ syntax_check_exceptions = \
.x-sc_po_check \
.x-sc_program_name \
.x-sc_prohibit_atoi_atof \
+ .x-sc_prohibit_fail_0 \
.x-sc_prohibit_magic_number_exit \
.x-sc_prohibit_stat_st_blocks \
.x-sc_prohibit_strcmp \