# Note that all inputs share the same 2.1.dict file and the words/
# directory.  The words/ directory and 2.1.dict is only located 
# in the input1 directory because of space considerations.

DESCRIPTION="CINT2000/197.parser reference-reduced input";
SETUP="ln -sf ${BENCH_DIR}/data/input/common/2.1.dict . ; ln -sf ${BENCH_DIR}/data/input/lgred/lgred.in . ; ln -sf ${BENCH_DIR}/data/input/common/words .";
PREFIX="";
ARGS=" 2.1.dict -batch < lgred.in ";
CHECK="diff ${RESULT_FILE} ${BENCH_DIR}/data/output/lgred/lgred.out"
CLEANUP="rm -f 2.1.dict ; rm -f lgred.in ; rm -f words";
SKIP="0"
