From 72a5e5fe2d0f0db3e985585cc72097d3d3d8bf89 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 31 Jul 2014 18:47:49 +0200 Subject: [PATCH] Makefile: Add usage of build-checks step Allows building checks without running them --- Makefile.am | 4 ++++ common | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3402551a9c..d663e47d3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,9 +40,13 @@ check-valgrind: if HAVE_GST_CHECK check-torture: cd tests/check && make torture +build-checks: + cd tests/check && make build-checks else check-torture: true +build-checks: + true endif win32-update: diff --git a/common b/common index 211fa5f2d0..36388a18d3 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19 +Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb