]> git.ipfire.org Git - thirdparty/autoconf.git/commit
* tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 11 Apr 2006 16:06:40 +0000 (16:06 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 11 Apr 2006 16:06:40 +0000 (16:06 +0000)
commit67fa0de6f4e8a8a2c29a1ee23c0f8ea9b6c3d796
tree5ee822f16015ea8df6a064b1aeed436281df3cbf
parent1eff34d1c3b1993cfef7413fb41d9b8059c62d14
* tests/autotest.at (AT_CHECK_AT): Add new argument, to allow
top-level tests after micro-suite has been run.   Used in...
(Debugging a successful test, Debugging script and environment),
(Debugging a failed test): ...these new tests.  The first of these
is fixed by...
* lib/autotest/general.m4 (_AT_CREATE_DEBUGGING_SCRIPT): New
macro, split out from...
(AT_INIT): ...here, so that using -d also generates a run script.
Document that -d inhibits top-level logging.
* doc/autoconf.texi (testsuite Invocation): Document that -d only
inhibits top-level logging; debug scripts are created.
ChangeLog
doc/autoconf.texi
lib/autotest/general.m4
tests/autotest.at