 # 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:
#   The IMPACT team 
#
#  Revision history for this file:
#     2/99  Created by John C. Gyllenhaal (www.crhc.uiuc.edu/IMPACT)
###############################################################################

DESCRIPTION="Count characters, words, and lines in FSF's cccp.c"
SETUP="ln -sf ${BENCH_DIR}/input1/cccp.c .";
PREFIX="";
ARGS="cccp.c";
CHECK="diff ${RESULT_FILE} ${BENCH_DIR}/output1/result.out"
CLEANUP="rm -f cccp.c";

# Simulate everything
SKIP="0";
