summaryrefslogtreecommitdiff
path: root/t/list-of-tests.mk
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-27 11:14:22 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-28 11:12:10 +0200
commit6d4ffd8329ce1cd52d93406be25ff77367e23178 (patch)
treef7ae2f04650db095a0f67d257bb17194944edb48 /t/list-of-tests.mk
parent55f82a803e59ad68a56714ddf008b4f82baea3a3 (diff)
downloadautomake-6d4ffd8329ce1cd52d93406be25ff77367e23178.tar.gz
suffix rules: better distinction between builtin and user-derived
Fixes automake bug#14441. * lib/Automake/Rule.pm ($_suffix_rules_default): Remove, superseded by ... (%suffix_rules_builtin): ... this lexical variable. ($suffix_rules): Remove, superseded by ... (%suffix_rules): ... this lexical variable. (suffix_rules, suffix_rules_count): Adjust. (register_suffix_rule): Update '%suffix_rules_builtin' rather than '%suffix_rules' if the location (as passed by the '$where' argument) is an "internal" one (doesn't come from user-provided Makefile.am). (reset): Simplify resetting of '%suffix_rules' to the default ones accordingly. * t/list-of-tests.mk (XFAIL_TESTS): Drop test 'suffix-custom-pr14441.sh'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/list-of-tests.mk')
-rw-r--r--t/list-of-tests.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk
index 8407cf8a1..fb2e44409 100644
--- a/t/list-of-tests.mk
+++ b/t/list-of-tests.mk
@@ -41,7 +41,6 @@ t/remake-timing-bug-pr8365.sh \
t/lex-subobj-nodep.sh \
t/remake-am-pr10111.sh \
t/remake-m4-pr10111.sh \
-t/suffix-custom-pr14441.sh \
$(perl_fake_XFAIL_TESTS)
perl_TESTS = \