empty test suite works.
* tests/autotest.at (Empty test suite): Remove xfail.
+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
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
## 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])
-]], [:])
+]])
## ----------------------------------------------------- ##