* tests/Makefile.am (package.m4): Move to...

($(srcdir)/$(TESTSUITE)): here.
This commit is contained in:
Akim Demaille
2001-09-21 14:44:22 +00:00
parent da7ab9b7b0
commit cdd11a9322
8 changed files with 145 additions and 138 deletions

View File

@@ -1152,12 +1152,16 @@ Tuning the parser:
Adjust the output:
`-d'
`--defines'
Pretend that `%verbose' was specified, i.e., write an extra output
file containing macro definitions for the token type names defined
in the grammar and the semantic value type `YYSTYPE', as well as a
few `extern' variable declarations. *Note Decl Summary::.
`--defines=DEFINES-FILE'
The behaviour of -DEFINES is the same than `-d'. The only
difference is that it has an optionnal argument which is the name
of the output filename.
`-b FILE-PREFIX'
`--file-prefix=PREFIX'
Specify a prefix to use for all Bison output file names. The
@@ -1177,11 +1181,15 @@ Adjust the output:
described under the `-v' and `-d' options.
`-g'
`--graph'
Output a VCG definition of the LALR(1) grammar automaton computed
by Bison. If the grammar file is `foo.y', the VCG output file will
be `foo.vcg'.
`--graph=GRAPH-FILE'
The behaviour of -GRAPH is the same than `-g'. The only difference
is that it has an optionnal argument which is the name of the
output graph filename.

File: bison.info, Node: Environment Variables, Next: Option Cross Key, Prev: Bison Options, Up: Invocation
@@ -1214,9 +1222,10 @@ Option Cross Key
find the corresponding short option.
--debug -t
--defines -d
--defines=DEFINES-FILE -d
--file-prefix=PREFIX -b FILE-PREFIX
--fixed-output-files --yacc -y
--graph=GRAPH-FILE -d
--help -h
--name-prefix=PREFIX -p NAME-PREFIX
--no-lines -l