From: Saul Wold <sgw@linux.intel.com>
To: linux-modules@vger.kernel.org
Cc: sgw@linux.intel.com
Subject: [PATCH] Makefile.am: Add target to all cross-compilation of testsuite
Date: Wed, 9 Oct 2013 18:09:52 -0700 [thread overview]
Message-ID: <1381367392-11293-1-git-send-email-sgw@linux.intel.com> (raw)
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
next reply other threads:[~2013-10-10 1:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-10 1:09 Saul Wold [this message]
2013-10-10 5:36 ` [PATCH] Makefile.am: Add target to all cross-compilation of testsuite Lucas De Marchi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1381367392-11293-1-git-send-email-sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=linux-modules@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).