Enable sanitize for CI test

Change-Id: Ia33ffb9b25df587706367bc24925cf9cead3b9a0
This commit is contained in:
Max 2017-12-21 17:34:19 +01:00
parent b2f0b62cd4
commit 406a1f0acf
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ elif [ "$with_dsp" = lc15 ]; then
cd "$base"
elif [ -z "$with_dsp" -o "$with_dsp" = none ]; then
echo "Direct DSP access disabled"
echo "Direct DSP access disabled, sanitizer enabled"
PCU_CONFIG="$PCU_CONFIG --enable-sanitize"
else
echo 'Invalid $with_dsp value:' $with_dsp
exit 1