# 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 text-reduced input";
SETUP="ln -sf ${BENCH_DIR}/data/input/common/2.1.dict . ; ln -sf ${BENCH_DIR}/data/input/smred/smred.in . ; ln -sf ${BENCH_DIR}/data/input/common/words .";
PREFIX="";
ARGS=" 2.1.dict -batch < smred.in ";
CHECK="diff ${RESULT_FILE} ${BENCH_DIR}/data/output/smred/smred.out"
CLEANUP="rm -f 2.1.dict ; rm -f smred.in ; rm -f words";
SKIP="0";
