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@xxxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html