mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Makefile: Add usage of build-checks step
Allows building checks without running them
This commit is contained in:
parent
cbbb7c1e3d
commit
c57c5f6a8f
2 changed files with 9 additions and 1 deletions
|
@ -22,6 +22,14 @@ check-valgrind:
|
||||||
check-torture:
|
check-torture:
|
||||||
@true
|
@true
|
||||||
|
|
||||||
|
if HAVE_GST_CHECK
|
||||||
|
build-checks:
|
||||||
|
cd tests/check && make build-checks
|
||||||
|
else
|
||||||
|
build-checks:
|
||||||
|
true
|
||||||
|
endif
|
||||||
|
|
||||||
CRUFT_FILES = \
|
CRUFT_FILES = \
|
||||||
$(top_builddir)/common/shave \
|
$(top_builddir)/common/shave \
|
||||||
$(top_builddir)/common/shave-libtool \
|
$(top_builddir)/common/shave-libtool \
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 211fa5f2d0930dfd6891b386d42edba6d88c2a19
|
Subproject commit 36388a18d37d72f9633bf1a8c06d18d310d215bb
|
Loading…
Reference in a new issue