diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-29 10:39:58 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-29 10:39:58 +0200 |
commit | c98d5235fca742991504a7e85b9da02a08bba6dc (patch) | |
tree | 614c59988fc2bb227a0bd78f473d274792337b17 /t/list-of-tests.mk | |
parent | b1b1b2995f3ef29bc0bc60055668b3d17a2d4c88 (diff) | |
parent | 030255252171248ff02da20b3f3f8c54b7bb31f9 (diff) | |
download | automake-c98d5235fca742991504a7e85b9da02a08bba6dc.tar.gz |
Merge branch 'micro' into maint
* micro:
NEWS: fix typos and grammaros
NEWS: document fix for bug#14441
Automake::Rule: consistently prepend underscore to private variables
Automake::Rule: rename: suffix_rule() -> next_in_suffix_chain()
Automake::Rule: adjust comments and POD according to previous changes
Automake::Rule: make private variables lexically scoped
suffix rules: better distinction between builtin and user-derived
Automake::Rule: expose suffix rules as a function, not a scalar
tests: expose automake bug#14441
Diffstat (limited to 't/list-of-tests.mk')
-rw-r--r-- | t/list-of-tests.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 7f77227dc..5525cfde5 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -1073,6 +1073,7 @@ t/suffix9.sh \ t/suffix10.tap \ t/suffix11.tap \ t/suffix-chain.tap \ +t/suffix-custom-pr14441.sh \ t/suffix-custom-subobj.sh \ t/suffix-custom-subobj-and-specflg.sh \ t/symlink.sh \ |