linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile.am: Add target to all cross-compilation of testsuite
@ 2013-10-10  1:09 Saul Wold
  2013-10-10  5:36 ` Lucas De Marchi
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2013-10-10  1:09 UTC (permalink / raw)
  To: linux-modules; +Cc: sgw

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 <sgw@linux.intel.com>
---
 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
 # ------------------------------------------------------------------------------
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile.am: Add target to all cross-compilation of testsuite
  2013-10-10  1:09 [PATCH] Makefile.am: Add target to all cross-compilation of testsuite Saul Wold
@ 2013-10-10  5:36 ` Lucas De Marchi
  0 siblings, 0 replies; 2+ messages in thread
From: Lucas De Marchi @ 2013-10-10  5:36 UTC (permalink / raw)
  To: Saul Wold; +Cc: linux-modules

On Wed, Oct 9, 2013 at 10:09 PM, Saul Wold <sgw@linux.intel.com> 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 <sgw@linux.intel.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-10  5:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10  1:09 [PATCH] Makefile.am: Add target to all cross-compilation of testsuite Saul Wold
2013-10-10  5:36 ` Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).