Makefile: Add usage of build-checks step
authorEdward Hervey <edward@collabora.com>
Fri, 1 Aug 2014 08:41:28 +0000 (10:41 +0200)
committerEdward Hervey <edward@collabora.com>
Fri, 1 Aug 2014 08:41:28 +0000 (10:41 +0200)
Allows building checks without running them

Makefile.am
common

index b843d30..5c62203 100644 (file)
@@ -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 211fa5f..36388a1 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19
+Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb