Tune local.at so that people can "autom4te -l autotest calc.at -o

calc" for instance, to extract a sub test suite.
* tests/testsuite.at: Move the initialization, Autotest version
requirement, and AT_TESTED invocation into...
* tests/local.at: here.
* tests/testsuite.at: Include it for compatibility with Autoconf
2.57.
* tests/Makefile.am ($(TESTSUITE)): Report that the warning should
be ignore.
This commit is contained in:
Akim Demaille
2003-08-25 07:15:49 +00:00
parent 750a5211c0
commit 1f7a61ff99
4 changed files with 33 additions and 9 deletions

View File

@@ -18,15 +18,11 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.
# We want a recent Autotest.
m4_version_prereq([2.57])
# Initializes Autotest, imports macros etc. It will trigger a warning
# with Autoconf 2.58, because it includes this file automatically, but
# it causes no real problem.
m4_include([input.at])
# Helping macros.
m4_include([local.at])
AT_INIT
AT_TESTED([bison])
# Testing resistance to user bugs.
m4_include([input.at])