mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
Makefile: Add usage of build-checks step
Allows building checks without running them
This commit is contained in:
parent
59749833bb
commit
d5cec9d43e
2 changed files with 7 additions and 1 deletions
|
@ -89,12 +89,18 @@ check-valgrind:
|
|||
|
||||
check-torture:
|
||||
cd tests/check && make torture
|
||||
|
||||
build-checks:
|
||||
cd tests/check && make build-checks
|
||||
else
|
||||
check-valgrind:
|
||||
echo "'check' library not installed, skipping"
|
||||
|
||||
check-torture:
|
||||
echo "'check' library not installed, skipping"
|
||||
|
||||
build-checks:
|
||||
echo "'check' library not installed, skipping"
|
||||
endif
|
||||
|
||||
# FIXME: this target should be run every time we do "make release"
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19
|
||||
Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb
|
Loading…
Reference in a new issue