* tests/output.at: Add tests for --defines and --graph.

This commit is contained in:
Marc Autret
2001-09-18 11:14:21 +00:00
parent d97207ad77
commit ea4f4c4c1b
2 changed files with 12 additions and 0 deletions

View File

@@ -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>
* tests/output.at: Removes tests of %{header,src}_extension features.

View File

@@ -60,3 +60,11 @@ AT_CHECK_OUTPUT([foo.yy], [%defines %verbose], [],
AT_CHECK_OUTPUT([foo.yy], [%defines %verbose ], [-o foo.c],
[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])