On 22/11/2016 21:10, Martin Storsjö wrote:
> If makeopts_fate is set, these makeopts are used for running the
> tests instead of the normal makeopts. If it isn't set, the normal
> makeopts variable is used as before.
>
> This is useful if remote testing on a lesser machine where a large
> number of parallel jobs might be undesireable, while wanting to speed
> up the build with many parallel processes.
> ---
> tests/fate.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/fate.sh b/tests/fate.sh
> index b8ee1ae..f7ca891 100755
> --- a/tests/fate.sh
> +++ b/tests/fate.sh
> @@ -73,7 +73,7 @@ compile()(
> fate()(
> test "$build_only" = "yes" && return
> cd ${build} || return
> - ${make} ${makeopts} -k fate
> + ${make} ${makeopts_fate-${makeopts}} -k fate
> )
>
> clean(){
>
Sounds useful :)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel