[Buildroot] [PATCH 3/3] package/aubio: disable unit tests with --notests

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 4 21:02:40 UTC 2016


Hello,

On Sun,  4 Dec 2016 21:58:46 +0100, Romain Naour wrote:

>  AUBIO_CONF_OPTS = \
>  	--disable-docs \
> -	--disable-atlas
> +	--disable-atlas \
> +	--notests
> +
> +# Add --notests for each build step to avoid runing unit tests on the
> +# build machine.
> +AUBIO_MAKE_OPTS = --notests
> +AUBIO_INSTALL_STAGING_OPTS = --notests
> +AUBIO_INSTALL_TARGET_OPTS = --notests

The <pkg>_MAKE_OPTS, <pkg>_INSTALL_STAGING_OPTS and
<pkg>_INSTALL_TARGET_OPTS do not exist in the waf-package
infrastructure, so those lines are no-ops I believe. It seems like
passing --notests at configure time is sufficient.

Could you double check this?

(Other than that, great to see that there is no need for a patch!)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list