summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2014-07-31 18:55:33 +0200
committerEdward Hervey <edward@collabora.com>2014-07-31 18:55:33 +0200
commit80ab8d1bf17dcfc5c5754ac5a0d91bc20966713f (patch)
tree06029446cbcbf3541dea0c6d5fbcd82e065b8de5
parent750c70f8f55234c215dc6613ea9956bce6edee5a (diff)
Makefile: Add usage of build-checks step
Allows building checks without running them
-rw-r--r--Makefile.am4
m---------common0
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3eb1bca7e..3fe96aa64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,9 +30,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
-Subproject 211fa5f2d0930dfd6891b386d42edba6d88c2a1
+Subproject 36388a18d37d72f9633bf1a8c06d18d310d215b