bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: [bison-1_29-branch] add_new_tests.patch


From: marc-alexandre autret
Subject: FYI: [bison-1_29-branch] add_new_tests.patch
Date: Tue, 18 Sep 2001 13:11:43 +0000 (GMT)

Add tests for --defines and --graph (modidied options).

Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.173.2.35
diff -u -r1.173.2.35 ChangeLog
--- ChangeLog   2001/09/18 11:04:29     1.173.2.35
+++ ChangeLog   2001/09/18 11:12:16
@@ -1,5 +1,9 @@
 2001-09-18  Marc Autret  <address@hidden>
 
+       * tests/output.at: Add tests for --defines and --graph.
+
+2001-09-18  Marc Autret  <address@hidden>
+
        * tests/output.at: Removes tests of %{header,src}_extension features.
 
 2001-09-18  Akim Demaille  <address@hidden>
Index: tests/output.at
===================================================================
RCS file: /cvsroot/bison/bison/tests/Attic/output.at,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 output.at
--- tests/output.at     2001/09/18 11:04:29     1.1.2.3
+++ tests/output.at     2001/09/18 11:12:16
@@ -60,3 +60,11 @@
 
 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])


-- 
Autret Marc (address@hidden)
Eleve Ingenieur en Informatique.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]