diff options
author | Edward Hervey <edward@collabora.com> | 2014-07-31 18:55:33 +0200 |
---|---|---|
committer | Edward Hervey <edward@collabora.com> | 2014-07-31 18:55:33 +0200 |
commit | 80ab8d1bf17dcfc5c5754ac5a0d91bc20966713f (patch) | |
tree | 06029446cbcbf3541dea0c6d5fbcd82e065b8de5 /Makefile.am | |
parent | 750c70f8f55234c215dc6613ea9956bce6edee5a (diff) |
Makefile: Add usage of build-checks step
Allows building checks without running them
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 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: |