From c57c5f6a8f0cd4a88cfbe77edfbc21a17551ec5a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 1 Aug 2014 10:41:28 +0200 Subject: [PATCH] Makefile: Add usage of build-checks step Allows building checks without running them --- Makefile.am | 8 ++++++++ common | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b843d30af3..5c62203294 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,14 @@ check-valgrind: check-torture: @true +if HAVE_GST_CHECK +build-checks: + cd tests/check && make build-checks +else +build-checks: + true +endif + CRUFT_FILES = \ $(top_builddir)/common/shave \ $(top_builddir)/common/shave-libtool \ diff --git a/common b/common index 211fa5f2d0..36388a18d3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19 +Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb