mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 07:43:03 +00:00
* tests/output.at: Removes tests of %{header,src}_extension features.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-09-18 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
|
* tests/output.at: Removes tests of %{header,src}_extension features.
|
||||||
|
|
||||||
2001-09-18 Akim Demaille <akim@epita.fr>
|
2001-09-18 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* tests/Makefile.am (package.m4): New.
|
* tests/Makefile.am (package.m4): New.
|
||||||
|
|||||||
@@ -60,13 +60,3 @@ AT_CHECK_OUTPUT([foo.yy], [%defines %verbose], [],
|
|||||||
|
|
||||||
AT_CHECK_OUTPUT([foo.yy], [%defines %verbose ], [-o foo.c],
|
AT_CHECK_OUTPUT([foo.yy], [%defines %verbose ], [-o foo.c],
|
||||||
[foo.c foo.h foo.output])
|
[foo.c foo.h foo.output])
|
||||||
|
|
||||||
AT_CHECK_OUTPUT([foo.yy],
|
|
||||||
[%defines %verbose %source_extension ".cpp" %header_extension ".hhh"],
|
|
||||||
[],
|
|
||||||
[foo.output foo.tab.cpp foo.tab.hhh])
|
|
||||||
|
|
||||||
AT_CHECK_OUTPUT([foo.yy],
|
|
||||||
[%defines %verbose %source_extension ".cc" %header_extension ".hh"],
|
|
||||||
[-o foo.c],
|
|
||||||
[foo.c foo.h foo.output])
|
|
||||||
|
|||||||
Reference in New Issue
Block a user