]> git.saurik.com Git - bison.git/commitdiff
* tests/output.at: Add tests for --defines and --graph.
authorMarc Autret <autret_m@epita.fr>
Tue, 18 Sep 2001 11:14:21 +0000 (11:14 +0000)
committerMarc Autret <autret_m@epita.fr>
Tue, 18 Sep 2001 11:14:21 +0000 (11:14 +0000)
ChangeLog
tests/output.at

index afc6f8ba67e79aa35fa12407f53ef599b3a6a8e7..280ca09aabcbd647fb98f259e46b28a0ee8e53bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index e2b1b28645cbb33199963a7f0b2ed1c255ed085a..964e911943f03ad844679e2826c9938e2fe3cb3b 100644 (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])