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.
This commit is contained in:
Saul Wold 2013-10-09 18:09:52 -07:00 committed by Lucas De Marchi
parent 8f67ab5340
commit 16535abe3a
1 changed files with 3 additions and 0 deletions

View File

@ -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
# ------------------------------------------------------------------------------