Compile/sdc/run test script

This commit is contained in:
Gwenaël Delaval 2017-02-06 18:02:05 +01:00
parent 03c64bd519
commit cffb195b6d
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 ];