mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
* tests/output.at: Add tests for --defines and --graph.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-09-18 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
|
* tests/output.at: Add tests for --defines and --graph.
|
||||||
|
|
||||||
2001-09-18 Marc Autret <autret_m@epita.fr>
|
2001-09-18 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
* tests/output.at: Removes tests of %{header,src}_extension features.
|
* tests/output.at: Removes tests of %{header,src}_extension features.
|
||||||
|
|||||||
@@ -60,3 +60,11 @@ 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=foo.hpp -o foo.c++],
|
||||||
|
[foo.c++ foo.hpp])
|
||||||
|
|
||||||
|
AT_CHECK_OUTPUT([foo.yy], [],
|
||||||
|
[-o foo.c++ --graph=foo.gph],
|
||||||
|
[foo.c++ foo.gph])
|
||||||
|
|||||||
Reference in New Issue
Block a user