diff options
-rw-r--r-- | Makefile.am | 4 | ||||
m--------- | common | 0 |
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 |