From: Akim Demaille Date: Fri, 28 Sep 2001 11:56:12 +0000 (+0000) Subject: * tests/testsuite.at: Update to newer Autotest. X-Git-Tag: BISON-1_29c~9 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ab308459812c8caa5c9f23e3c215bfdef1269bad?ds=inline * tests/testsuite.at: Update to newer Autotest. * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped. --- diff --git a/ChangeLog b/ChangeLog index be90bb29..84663ca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-28 Akim Demaille + + * tests/testsuite.at: Update to newer Autotest. + * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped. + 2001-09-27 Akim Demaille Position independent wrapper. diff --git a/tests/.cvsignore b/tests/.cvsignore index eeffe34f..05e80ce7 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -16,3 +16,4 @@ calc.tab.* calc *.output *.vcg autom4te.cache +bison diff --git a/tests/Makefile.am b/tests/Makefile.am index fa624628..eefd1f96 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ## 02111-1307, USA. -EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite +EXTRA_DIST = atlocal.in $(TESTSUITE_AT) testsuite DISTCLEANFILES = atconfig atlocal bison package.m4 MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE) diff --git a/tests/Makefile.in b/tests/Makefile.in index dc70d89b..bc0e8bac 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -96,7 +96,7 @@ am__include = @am__include@ am__quote = @am__quote@ install_sh = @install_sh@ -EXTRA_DIST = atlocal.in bison $(TESTSUITE_AT) testsuite +EXTRA_DIST = atlocal.in $(TESTSUITE_AT) testsuite DISTCLEANFILES = atconfig atlocal bison package.m4 MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE) diff --git a/tests/testsuite.at b/tests/testsuite.at index d1ce4e89..404f9481 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -19,11 +19,11 @@ # 02111-1307, USA. # We need a recent Autotest. -m4_version_prereq([2.52d]) +m4_version_prereq([2.52e]) AT_INIT -AT_VICTIMS([bison]) +AT_TESTED([bison]) m4_include([output.at]) m4_include([calc.at])