]> git.saurik.com Git - bison.git/blob - tests/bison.in
* src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
[bison.git] / tests / bison.in
1 #! /bin/sh
2 # @configure_input@
3 # Wrapper around a non installed bison to make it work as an installed one.
4
5 # We want to use the files shipped with Bison.
6 BISON_SIMPLE='@abs_top_srcdir@/data/bison.simple'
7 export BISON_SIMPLE
8 BISON_HAIRY='@abs_top_srcdir@/data/bison.hairy'
9 export BISON_HAIRY
10
11 exec '@abs_top_builddir@/src/bison' ${1+"$@"}