aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-10-09 18:09:52 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2013-10-10 01:17:09 -0300
commit16535abe3a6823b0abd01c0dbc8f64aa43c58d16 (patch)
tree481af217995bc06d2106545335ab8f83b605b4c0
parent8f67ab5340bdba008503019d6941c06e5de534af (diff)
downloadkmod-16535abe3a6823b0abd01c0dbc8f64aa43c58d16.tar.gz
Makefile.am: Add target to all cross-compilation of testsuite
The buildtest-TESTS target allows for cross-compilation of the testsuites without the actual running of the tests that check normally does.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c28d2b4..3ec70d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -216,6 +216,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
# ------------------------------------------------------------------------------