]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Improve documentation for writing autotest suites.
authorEric Blake <ebb9@byu.net>
Fri, 22 Feb 2008 23:23:48 +0000 (16:23 -0700)
committerEric Blake <ebb9@byu.net>
Fri, 22 Feb 2008 23:30:39 +0000 (16:30 -0700)
* doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
checks must live inside a test group.
Reported by Christopher Hulbert.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/autoconf.texi

index fc0183b374f16b514d7b79c9eea492247af8ebe5..c48ebce9e15071504d0d9321901f7884a783dfd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-22  Eric Blake  <ebb9@byu.net>
+
+       Improve documentation for writing autotest suites.
+       * doc/autoconf.texi (Writing Testsuites) <AT_CHECK>: Mention that
+       checks must live inside a test group.
+       Reported by Christopher Hulbert.
+
 2008-02-21  Eric Blake  <ebb9@byu.net>
 
        Sync git-version-gen from upstream.
index 07c66991a6b85cb78a99616d0ffdd671355a3578..ea5997afd686167e5022b143b1ae401f55d65b78 100644 (file)
@@ -20227,6 +20227,8 @@ status 77, then the whole test group is skipped.  Otherwise, if this test
 fails, run shell commands @var{run-if-fail} or, if this test passes, run shell
 commands @var{run-if-pass}.
 
+This macro must be invoked in between @code{AT_SETUP} and @code{AT_CLEANUP}.
+
 @c Previously, we had this:
 @c  The @var{commands} @emph{must not} redirect the standard output, nor the
 @c  standard error.