mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
Makefile: Add usage of build-checks step
Allows building checks without running them
This commit is contained in:
parent
b850f3042e
commit
7e5742e46e
2 changed files with 5 additions and 1 deletions
|
@ -31,9 +31,13 @@ check-integration:
|
||||||
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
|
||||||
|
|
||||||
# cruft: plugins that have been merged or moved or renamed
|
# cruft: plugins that have been merged or moved or renamed
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 1f5d3c3163cc3399251827235355087c2affa790
|
Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb
|
Loading…
Reference in a new issue