Compile/sdc/run test script
This commit is contained in:
parent
03c64bd519
commit
cffb195b6d
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ source scripts/config
|
|||
|
||||
progpath=$1
|
||||
shift
|
||||
bzreaxoption="$*"
|
||||
bzreaxoption="$* --heptc ../${COMPILER_DIR}/${COMPILER} --ctrl2ept ${CTRL2EPT}"
|
||||
|
||||
# run the program: no by default
|
||||
run=0
|
||||
|
|
|
@ -26,6 +26,7 @@ JAVAC="javac -classpath ../../../lib/java:."
|
|||
JAVA="java -classpath ../../../lib/java:."
|
||||
REAX="reax"
|
||||
BZREAX="bzreax"
|
||||
CTRL2EPT="../$COMPILER_DIR/ctrl2ept.byte"
|
||||
NBSTEP=100
|
||||
|
||||
if [ ! -x $checkdir ];
|
||||
|
|
Loading…
Reference in a new issue