From: Saul Wold Date: Thu, 10 Oct 2013 01:09:52 +0000 (-0700) Subject: Makefile.am: Add target to all cross-compilation of testsuite X-Git-Tag: v16~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16535abe3a6823b0abd01c0dbc8f64aa43c58d16;p=thirdparty%2Fkmod.git 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. --- 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 # ------------------------------------------------------------------------------