From: Edward Hervey Date: Thu, 31 Jul 2014 16:32:03 +0000 (+0200) Subject: Makefile: Add usage of build-checks step X-Git-Tag: 1.6.1~812 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5cec9d43e2113ed2ab72b5f506be81193df10f8;p=platform%2Fupstream%2Fgstreamer.git Makefile: Add usage of build-checks step Allows building checks without running them --- diff --git a/Makefile.am b/Makefile.am index 900342b..823c4cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,12 +89,18 @@ check-valgrind: check-torture: cd tests/check && make torture + +build-checks: + cd tests/check && make build-checks else check-valgrind: echo "'check' library not installed, skipping" check-torture: echo "'check' library not installed, skipping" + +build-checks: + echo "'check' library not installed, skipping" endif # FIXME: this target should be run every time we do "make release" diff --git a/common b/common index 211fa5f..36388a1 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19 +Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb