summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2014-07-31 18:40:59 +0200
committerEdward Hervey <edward@collabora.com>2014-07-31 18:40:59 +0200
commitf9c5bc5b5aa1153680afe9235ae87a938e31b360 (patch)
treef0f5b739c2b1b4a2f46fcd2e156a3a4e51ebb0e9
parent2ca269ac6b72a017db8ba0815163593b894b7ed3 (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 8cb333367..f503e7024 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,9 +49,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_COPY = \
diff --git a/common b/common
-Subproject 211fa5f2d0930dfd6891b386d42edba6d88c2a1
+Subproject 36388a18d37d72f9633bf1a8c06d18d310d215b