test: python asan
This commit is contained in:
parent
40b2d3673b
commit
ed7eb1cbf1
|
@ -45,7 +45,7 @@ declare -x SIM_DIR=$TOP_DIR/sim
|
||||||
PROGRAM=$BUILD_DIR/build/bin/tsim
|
PROGRAM=$BUILD_DIR/build/bin/tsim
|
||||||
PRG_DIR=$SIM_DIR/tsim
|
PRG_DIR=$SIM_DIR/tsim
|
||||||
ASAN_DIR=$SIM_DIR/asan
|
ASAN_DIR=$SIM_DIR/asan
|
||||||
SYSTEM_TEST_DIR=$TOP_DIR/tests/system-test
|
SYSTEM_TEST_DIR=$CODE_DIR/tests/system-test
|
||||||
|
|
||||||
chmod -R 777 $PRG_DIR
|
chmod -R 777 $PRG_DIR
|
||||||
echo "------------------------------------------------------------------------"
|
echo "------------------------------------------------------------------------"
|
||||||
|
@ -77,7 +77,7 @@ result=$?
|
||||||
echo "Execute result:" $result
|
echo "Execute result:" $result
|
||||||
|
|
||||||
if [ $result -eq 0 ]; then
|
if [ $result -eq 0 ]; then
|
||||||
$TOP_DIR/tests/script/sh/checkAsan.sh
|
$CODE_DIR/tests/script/sh/checkAsan.sh
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue