diff options
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-x | tests/fate.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fate.sh b/tests/fate.sh index 6e0c0c634a..69dcdd6b58 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -41,10 +41,12 @@ update()( configure()( cd ${build} || return - ${src}/configure \ + ${shell} ${src}/configure \ --prefix="${inst}" \ --samples="${samples}" \ --enable-gpl \ + --enable-memory-poisoning \ + --enable-avresample \ ${arch:+--arch=$arch} \ ${cpu:+--cpu="$cpu"} \ ${cross_prefix:+--cross-prefix="$cross_prefix"} \ |