view bin/test @ 14:7ba603d4ba20

bug caused by using the wrong index during scheduler.updateArraySharedness() - thanks to Peter Anderson
author Peter Mehlitz <pcmehlitz@gmail.com>
date Mon, 16 Mar 2015 19:39:36 -0700
parents 61d41facf527
children
line wrap: on
line source

#!/bin/bash
#
# unix shell script to run jpf
#

JPF_HOME=`dirname "$0"`/..

if test -z "$JVM_FLAGS"; then
  JVM_FLAGS="-Xmx1024m -ea"
fi

java $JVM_FLAGS -jar "$JPF_HOME/build/RunTest.jar" "$@"