diff --git a/Makefile.am b/Makefile.am index 8cb3333676bd7d667c0f77b299f4a5119ef597a7..f503e70244cf30d2449db2f40dcf21dacb3b286e 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 index 211fa5f2d0930dfd6891b386d42edba6d88c2a19..36388a18d37d72f9633bf1a8c06d18d310d215bb 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19 +Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb