Correction of compile_sdc_run test script

Pointing HETPLIB to ../../lib for correct execution of heptc
and ctrl2ept with local Heptagon library.
This commit is contained in:
Gwenaël Delaval 2017-03-17 12:06:57 +01:00
parent 5440bb3129
commit 7f9b72755a

View file

@ -5,13 +5,15 @@ source scripts/config
progpath=$1
shift
bzreaxoption="$*"
hept_comp_opts="--heptc ../${COMPILER_DIR}/${COMPILER} --heptc-opts -stdlib --heptc-opts ../../lib --ctrl2ept ${CTRL2EPT}"
hept_comp_opts="--heptc ../${COMPILER_DIR}/${COMPILER} --ctrl2ept ${CTRL2EPT} -v"
# run the program: no by default
run=0
cp $progpath $checkdir
HEPTLIB=../../lib
export HEPTLIB
pushd $checkdir > /dev/null