SCM Repository
[diderot] / benchmarks / scripts / run_sh.in |
View of /benchmarks/scripts/run_sh.in
Parent Directory
|
Revision Log
Revision 1538 -
(download)
(annotate)
Fri Oct 14 22:07:34 2011 UTC (10 years, 8 months ago) by jhr
File size: 443 byte(s)
Fri Oct 14 22:07:34 2011 UTC (10 years, 8 months ago) by jhr
File size: 443 byte(s)
Working on benchmark infrastructure
#!/bin/ksh # # A script for running the Diderot benchmark tests. # # usage: # scripts/run.sh [diderotc] [diderotc-flags] [-- runtime-flags] # # @configure_input@ # function usage { echo "usage:" echo " scripts/run.sh [diderotc] [diderotc-flags] [-- runtime-flags]" exit $1 } # this script should be run from the rtest directory # HERE=$(pwd) if [ ! -d $HERE/programs ] ; then echo "run script from benchmarks directory" exit 1 fi
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |