On Wed, Oct 9, 2013 at 10:09 PM, Saul Wold <[email protected]> wrote:
> The buildtest-TESTS target allows for cross-compilation of the testsuites
> without the actual running of the tests that check normally does.
>
> Signed-off-by: Saul Wold <[email protected]>
> ---
>  Makefile.am | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/Makefile.am b/Makefile.am
> index c165868..e22165c 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -217,6 +217,9 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc 
> --sysconfdir=/etc --with-zlib
>
>  distclean-local: $(DISTCLEAN_LOCAL_HOOKS)
>
> +buildtest-TESTS:
> +       $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS)
> +
>  # 
> ------------------------------------------------------------------------------
>  # custom release helpers
>  # 
> ------------------------------------------------------------------------------
> --

This patch has been applied. Thanks.


Lucas De Marchi
--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to