diff --git a/tests/fate.sh b/tests/fate.sh index 5a78018b42..81224b63be 100755 --- a/tests/fate.sh +++ b/tests/fate.sh @@ -51,6 +51,7 @@ configure()( --enable-avresample \ ${arch:+--arch=$arch} \ ${cpu:+--cpu="$cpu"} \ + ${toolchain:+--toolchain="$toolchain"} \ ${cross_prefix:+--cross-prefix="$cross_prefix"} \ ${as:+--as="$as"} \ ${cc:+--cc="$cc"} \