summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2014-08-01 10:37:44 +0200
committerEdward Hervey <edward@collabora.com>2014-08-01 10:37:44 +0200
commit08c0c9512c4f4d302b60d589c3f50e1f988c6bf9 (patch)
tree49f588814d5a452f0d27a23a5862f8ed48dff6b8
parent8aea88d2616c3be8dd30a883534031d832872c9c (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 08ceae8f..5571215b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,9 +26,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