depcomp tests: fix up today's botched commit
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 19:49:43 +0000 (20:49 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 16 Feb 2012 19:50:04 +0000 (20:50 +0100)
commitea441902e8f6e53f548e7df779d3cd71400929ec
tree602ffab9730e5fe816f510f5e91e9561f9462e1e
parent86e9e0e331e5008ab5ca9db77d74c542042dcfe8
depcomp tests: fix up today's botched commit

Today's commit 'v1.11-1959-g0699a84' has caused the generated
'depcomp*.tap' tests to call the 'plan_' function *before* it is
defined, and has also caused the extra checks required for better
libtool coverage to be run only when libtool is *not* in use,
rather than the other way around.  Fix this mess.

Report by Peter Rosin.

* tests/gen-testsuite-part: Include './defs' in the generated
tests, rather than doing so from 'depcomp.sh'.  Adjust the count
of TAP tests for 'depcomp-lt-auto.test' (it's 84, not 72).
* tests/depcomp.sh: Adjust accordingly, and fix inverted logic
about the decision of when to run extra checks for libtool.
tests/depcomp.sh
tests/gen-testsuite-part