]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 5 Apr 2006 16:04:22 +0000 (16:04 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 5 Apr 2006 16:04:22 +0000 (16:04 +0000)
empty test suite works.
* tests/autotest.at (Empty test suite): Remove xfail.

ChangeLog
lib/autotest/general.m4
tests/autotest.at

index e5dca75db5e32030cd09f807789603f6ad959747..3cbbe91e24ebfa6b5ff01e179019ac2fd4b1b5f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-05  Eric Blake  <ebb9@byu.net>
+
+       * lib/autotest/general.m4 (AT_INIT): Prep AT_*_all, so that an
+       empty test suite works.
+       * tests/autotest.at (Empty test suite): Remove xfail.
+
 2006-04-05  Noah Misch  <noah@cs.caltech.edu>
 
        * lib/autoconf/status.m4 (_AC_CONFIG_FOOS): Do not append normalized
index bb71da5fb626ce8c0ac40c449e24ddec3d540a93..19246100d11f775a96a3bf521fcb255f01c6fd9f 100644 (file)
@@ -172,6 +172,8 @@ m4_define([AT_TESTSUITE_NAME],
          m4_defn([AT_PACKAGE_STRING])[ test suite]m4_ifval([$1], [: $1]))
 m4_define([AT_ordinal], 0)
 m4_define([AT_banner_ordinal], 0)
+m4_define([AT_groups_all], [])
+m4_define([AT_help_all], [])
 AS_INIT
 AT_COPYRIGHT(
 [Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
index d53d98c4f71efb4296e9563862007e99b259c400..0be616b48749d30d8cbf20e25c9142d0105eacad 100644 (file)
@@ -78,11 +78,11 @@ m4_define([AT_NO_CMDSUBST],
 ## Empty test suite.  ##
 ## ------------------ ##
 
-# This is not a sensible thing to do, but the user should not get a unhelpful
-# error message, which is what happens presently.
+# This is not a sensible thing to do, but the user should not get an unhelpful
+# error message.
 AT_CHECK_AT([Empty test suite],
 [[AT_INIT([empty test suite])
-]], [:])
+]])
 
 
 ## ----------------------------------------------------- ##