]> git.saurik.com Git - bison.git/blame - tests/bison.in
* lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
[bison.git] / tests / bison.in
CommitLineData
342b8b6e 1#! /bin/sh
25d81090 2# @configure_input@
342b8b6e
AD
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.
25d81090 6BISON_SIMPLE='@abs_top_srcdir@/src/bison.simple'
342b8b6e 7export BISON_SIMPLE
25d81090 8BISON_HAIRY='@abs_top_srcdir@/src/bison.hairy'
342b8b6e
AD
9export BISON_HAIRY
10
25d81090 11exec '@abs_top_builddir@/src/bison' ${1+"$@"}