From 16535abe3a6823b0abd01c0dbc8f64aa43c58d16 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 9 Oct 2013 18:09:52 -0700 Subject: [PATCH] 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. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 # ------------------------------------------------------------------------------ -- 2.39.2