 # IMPACT Public Release (www.crhc.uiuc.edu/IMPACT)            Version 2.33  #
 # IMPACT Trimaran Release (www.trimaran.org)                  July 12, 1999 #
###############################################################################
#  Run 'read_exec_info --help | more' for documentation.
#
#  Source of this file's information:
#     John C. Gyllenhaal
#
#  Revision history for this file:
#     2/99  Created by John C. Gyllenhaal (www.crhc.uiuc.edu/IMPACT)
###############################################################################

DESCRIPTION="Count two very short text sequences."
SETUP="ln -sf ${BENCH_DIR}/input3/short_test1 .;ln -sf ${BENCH_DIR}/input3/short_test2 .";
PREFIX="";
ARGS="short_test1 short_test2";
CHECK="diff ${RESULT_FILE} ${BENCH_DIR}/output3/short_test.out"
CLEANUP="rm -f short_test1 short_test2";

# Simulate everything
SKIP="0";
