Saul Wold
2013-10-10 01:09:52 UTC
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-VuQAYsv1563Yd54FQh9/***@public.gmane.org>
---
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
# ------------------------------------------------------------------------------
without the actual running of the tests that check normally does.
Signed-off-by: Saul Wold <sgw-VuQAYsv1563Yd54FQh9/***@public.gmane.org>
---
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
1.8.3.1