Add support for an Autotest test suite for Bison.
authorAkim Demaille <akim@epita.fr>
Mon, 18 Sep 2000 13:01:59 +0000 (13:01 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 18 Sep 2000 13:01:59 +0000 (13:01 +0000)
commite79137accc7ea0352cd4677ff22818f9c68d4eab
tree780d1c3e9ccb43e045e23f4084fe627b4f1b94d0
parent8aa892b4613345bdbaa389536cba3f669b439b4d
Add support for an Autotest test suite for Bison.

* m4/m4.m4, m4/atconfig.m4: New files.
* m4/Makefile.am (EXTRA_DIST): Adjust.
* tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
files.
* src/getargs.c: Display a more standard --version message.
* src/reader.c (reader): Formatting changes.
No longer depend upon VERSION_STRING.
* configure.in: No longer use `dnl'.
Set up the test suite and the new directory `tests/.
(VERSION_STRING): Remove.
19 files changed:
ChangeLog
Makefile.am
configure.in
m4/Makefile.am
m4/atconfig.m4 [new file with mode: 0644]
m4/m4.m4 [new file with mode: 0644]
po/de.po
po/es.po
po/et.po
po/fr.po
po/ja.po
po/nl.po
po/ru.po
src/getargs.c
src/reader.c
tests/Makefile.am [new file with mode: 0644]
tests/atconfig.in [new file with mode: 0644]
tests/atgeneral.m4 [new file with mode: 0644]
tests/suite.m4 [new file with mode: 0644]