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:
parent
5440bb3129
commit
7f9b72755a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue