]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Teach AT_CHECK about hard failures.
authorEric Blake <ebb9@byu.net>
Mon, 13 Apr 2009 12:02:42 +0000 (06:02 -0600)
committerEric Blake <ebb9@byu.net>
Wed, 15 Apr 2009 12:00:24 +0000 (06:00 -0600)
commite8f34dca8c7477abc5003ba4b5dda5b0873b043d
treeedb2284b9917c23d2d0e34544a2f23c87baef7a8
parentbc796433831e23df45f75c9e34e50860e44da90f
Teach AT_CHECK about hard failures.

* lib/autotest/general.m4 (AT_INIT) <at_fn_check_skip>
<at_fn_check_status, at_fn_group_postprocess>: Handle hard
failures.
* doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Document
AT_CHECK_NOESCAPE and exit status 99.
* NEWS: Likewise.
* tests/autotest.at (Hard fail, Cleanup): New tests.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS
doc/autoconf.texi
lib/autotest/general.m4
tests/autotest.at