Makefile: Add usage of build-checks step

Allows building checks without running them
This commit is contained in:
Edward Hervey 2014-07-31 18:47:49 +02:00
parent 2c870ff167
commit 72a5e5fe2d
2 changed files with 5 additions and 1 deletions

View file

@ -40,9 +40,13 @@ check-valgrind:
if HAVE_GST_CHECK if HAVE_GST_CHECK
check-torture: check-torture:
cd tests/check && make torture cd tests/check && make torture
build-checks:
cd tests/check && make build-checks
else else
check-torture: check-torture:
true true
build-checks:
true
endif endif
win32-update: win32-update:

2
common

@ -1 +1 @@
Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19 Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb